@charset "utf-8";
/* 元指令建站 */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	body {
		font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		overflow: hidden;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}
	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	

/* Repeatable Patterns
-------------------------------------------------------------- */
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	body {
		font-weight: 500;
		background-color: #fff;		
		color: #666d81;
	}

	a {		
		text-decoration: none;
	}

	a:hover,
	a:focus {
		color: #119146;
		text-decoration: none;
		outline: 0;
	}

	ul, ol {
		padding: 0;
	}

	img {
		max-width: 100%;
		height: auto;		
	}

	.img-right {
		margin: 0 0 0 50px !important;
		float: right;
	}

	b, strong {
		font-weight: 500;
	}

	.entry-page p {
		margin-bottom: 25px;
	}

	button {
		border: none;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {		
	    display: inline-block;
	    color: #fff; 
	    font-size: 16px;
	    color: #fff;
	    background: #f2f3f5;   
	    font-weight: 500;
	    position: relative;	
	   -webkit-transition: all 0.3s ease-in-out;
	      -moz-transition: all 0.3s ease-in-out;
	       -ms-transition: all 0.3s ease-in-out;
	        -o-transition: all 0.3s ease-in-out;
	           transition: all 0.3s ease-in-out;
	}

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {	
		position: relative;
	    display: block;
	    width: 100%;
	    line-height: 24px;
	    padding: 16px 38px;
	    color: #666d81;
	    background-color: #f2f3f5;
	    border: 0px solid #f2f3f5;
	    height: 78px;
	    border-radius: 5px;   
	    margin-bottom: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border: 0px solid #f2f3f5;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

	textarea {
		width: 100%;
		padding: 30px 39px;    
	    height: 224px;
	}

	input[type="checkbox"] {
		display: inline;
	}

	textarea:-moz-placeholder,
	textarea::-moz-placeholder,
	input:-moz-placeholder,
	input::-moz-placeholder {		
		color: #666d81;
		opacity: 1;
	}

	input:-ms-input-placeholder {
		color: #666d81;
	}

	textarea::-webkit-input-placeholder,
	input::-webkit-input-placeholder {
		color: #666d81;
		opacity: 1;
	}
	
	.w100 {
		width:100% !important;
	}

/* bootstrap resetting elements 
--------------------------------------------------------------*/
	.btn {
		
	}

	textarea, 
	input[type="text"],
	input[type="submit"],
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a, 
	.navbar .nav > .active > a:hover, 
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
		color: #666d81;
	}

	.blog-single .entry p {
		margin-bottom: 30px;
	}
	
	.text-center {
		text-align: center;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 500;
		color: #181819;
	}

	h1 { font-size: 26px; line-height: 26px; }
	h2 { font-size: 20px; line-height: 26px; }
	h3 { font-size: 16px; line-height: 20px; }
	h4 { font-size: 14px; line-height: 18px; }
	h5 { font-size: 12px; line-height: 26px; }
	h6 { font-size: 10px; line-height: 14px; }

	p{
		margin:0;
		padding:0;
		line-height: 30px;
	}
	
	.overflow {
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.overflow-2 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.overflow-3 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}

/* topbar
--------------------------------------------------------------*/
	.top-bar {
		background-color: #1b1f2e;
		padding: 8px 0;
		border-bottom: 1px solid #303842;
	}

	.top-bar .top-bar-content {
		display: table-cell;
		text-align: left;
		float: left;
		max-width: 70%;
	}

	.top-bar .top-bar-content h5 {
		font-size: 16px;
		line-height: 36px;
		font-weight: 500;
		color: #ffffff;
	}
	
	.top-bar .top-bar-search {
		display: table-cell;
		float: right;
		text-align: right;
	}
	
	.top-bar .top-bar-search .widget-search form {
		position: relative;
	}

	.top-bar .top-bar-search .widget-search input {
		line-height: 36px;
		background-color: #ffffff;
		position: relative;
		height: auto;
        padding: 0px 20px;
		margin-bottom: 0px;
		color: #1b1f2e;
		border-radius: 4px;
		font-size: 14px;
		width: 240px;
	}

	.top-bar .top-bar-search .widget-search input::placeholder {
		color: #1b1f2e;
	}

	.top-bar .top-bar-search .widget-search button {
		position: absolute;
	    top: 9px;
        right: 20px;
	    color: #1b1f2e;
	    background-color: transparent;
		padding: 0;
	}

	.top-bar .top-bar-language {
		display: table-cell;
		float: right;
		text-align: right;
	}

	.top-bar .top-bar-language h5 {
		display: inline-block;
		margin-left: 7px;
	}

	.top-bar .top-bar-language h5 a {
		font-size: 14px;
		line-height: auto;
		font-weight: 500;
		color: #ffffff;
	}

	.top-bar .top-bar-language h5 a:hover {
	   color: #119146;
	}

	.top-bar.style2 {
		border-bottom: none;
	}

	.top-bar.style2 .top-bar-content.style2 ul li {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		color: #ffffff;
		display: inline-block;
		margin-right: 22px;
	}

	.top-bar.style2 .top-bar-content.style2 ul li:last-child {
		margin-right: 0;
	}

	.top-bar.style2 .top-bar-content.style2 ul {
		margin: 0;
		list-style: none;
	}

	.top-bar.style2 .top-bar-content.style2 i {
	    color: #fa5d18;
	    margin-right: 10px;
	    font-size: 20px;
	    float: left;
	}
@media (max-width: 1199px) {
	.top-bar .top-bar-content {
		max-width: 60%;
	}
}
@media (max-width: 991px) {
	.top-bar .top-bar-content {
		max-width: 50%;
	}
}
@media (max-width: 575px) {
	.top-bar .top-bar-content {
		max-width: 100%;
	}
}
/* header
--------------------------------------------------------------*/
	.header-wrap-inner.style1 {
		background-color: #1b1f2e;
		padding: 36px 0 69px;
	}

	.header-wrap-inner.style1 .header-top {
		position: relative;
		display: table;
		width: 100%;
	}

	.header-wrap-inner.style1 .header-top-logo {
		float: left;
		display: table-cell;
		vertical-align: middle;
	}

	.header-wrap-inner.style1 .header-top-logo img {
		float: left;
		display: inline-block;
		height:45px;
	}

	.header-wrap-inner.style1 .header-top-logo ul {
		display: inline-block;
		margin: 8px 0 0 19px;
	}

	.header-wrap-inner.style1 .header-top-logo ul li {
		float: left;
		display: inline-block;
		margin-right: 28px;
	}

	.header-wrap-inner.style1 .header-top-logo ul li i {
		color: #ffffff;
	}

	.header-wrap-inner.style1 .header-top-logo ul li i:hover {
		color: #119146;
	}

	.header-wrap-inner.style1 .header-top-info {
	    float: right;
	    display: table-cell;
	    vertical-align: middle;
	}

	.header-wrap-inner.style1 .header-top-info ul li {
		float: left;
		display: inline-block;
	}

	.header-wrap-inner.style1 .header-top-info ul li.visit {
		margin-left: 40px;
	}

	.header-wrap-inner.style1 .header-top-info ul li.mobile {
		margin-left: 54px;
	}
	
	.header-wrap-inner.style1 .header-top-info ul li i {
		font-size:24px;
	}

	.header-wrap-inner.style1 .header-top-info .header-image {
		float: left;
		display: inline-block;
		margin-right: 20px;	
		-moz-border-radius: 50%; 
        -webkit-border-radius: 50%; 
        border-radius: 50%; 
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
		color: #ffffff;
		width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
	}

	.header-wrap-inner.style1 .header-top-info .header-text {
		display: inline-block;
	}

	.header-wrap-inner.style1 .header-top-info .header-text h2,
	.header-wrap-inner.style1 .header-top-info .header-text h3,
	.header-wrap-inner.style1 .header-top-info .header-text h4 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		color: #ffffff;
		letter-spacing: 2px;
	}

	.header-wrap-inner.style1 .header-top-info .header-text h5 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 300;
		color: #ffffff;
		margin-top: 6px;
	}

	/* header-style1*/
	.yzlcms-header {
		background: #1b1f2e;
	}
	.yzlcms-header .header-wrap {
		height: 78px;
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
		border-radius: 4px;
		position: absolute;
	    bottom: -38px;
	    margin-bottom: 0;
	    width: 100%;
	    left: 0;
	    z-index: 9999;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.yzlcms-header .header-wrap .header-mtop-logo {
		display: none;
	}
	.yzlcms-header .nav-wrap {
		float: left;
		display: table-cell;
	}

	.yzlcms-header .nav-wrap  ul.menu > li {
	    position: relative;
	}

	.yzlcms-header #mainnav > ul.menu > li {
	 	display: inline-block;
	 	margin-left: 45px;
	}

	#mainnav > ul.menu > li > a > i,
	#mainnav2 > ul.menu > li > a > i {
		font-size: 10px;
		padding-left: 5px;
	}

	#mainnav ul.menu li a,
	#mainnav2 ul.menu li a {
		color: #666d81;
	}

	#mainnav ul.menu li a,
	#mainnav2 ul.menu li a {
        display: inline-block;
	    font-size: 16px;
		line-height: 78px;
	    font-weight: 500;
	    color: #fff;
		text-transform: uppercase;
	} 

	header.header-style2 #mainnav > ul.menu > li > a,
	header.header-style2 #mainnav2 > ul.menu > li > a {
		color: #666d81;
	}

	header.header-style2 #mainnav > ul.menu > li.active > a,
	header.header-style2 #mainnav2 > ul.menu > li.active > a {
		color: #119146;
	}

	.yzlcms-header #mainnav ul.menu > li > a:hover {
		color: #ffeb3b;
	}

	.yzlcms-header .nav-wrap #mainnav > ul > li.active > a {
		color: #ffeb3b;
		font-weight: 500;
	}

	#mainnav ul.sub-menu,
	#mainnav2 ul.sub-menu {
		position: absolute;
		left: -20px;
		top: 150%;
		_width: 240%;
		min-width:210px;
		text-align: left;
		background-color: #ffffff;
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	#mainnav ul.sub-menu ul.sub-menu,
	#mainnav2 ul.sub-menu ul.sub-menu {
		width: 120%;
	}

	#mainnav ul li:hover > ul.sub-menu,
	#mainnav2 ul li:hover > ul.sub-menu {
	    top: 100%;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	    opacity: 1;
	    visibility: visible;
	}

	#mainnav ul.sub-menu li ul,
	#mainnav2 ul.sub-menu li ul {
	    position: absolute;
	    left: 100%;
	    top: 0 !important;
	    -webkit-box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	    -moz-box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	    box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	    -webkit-transition: all 0.3s ease-in-out;
	    background-color: #fff;
	    border-radius: 0 0 5px 5px;
	}

	#mainnav ul.sub-menu > li,
	#mainnav2 ul.sub-menu > li {
		position: relative;
	    line-height: 45px;
	    border-bottom: 1px solid #f3f4f5;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}

	#mainnav ul.sub-menu > li:last-child,
	#mainnav2 ul.sub-menu > li:last-child {
		border-bottom: none;
	}

	#mainnav ul.sub-menu li a,
	#mainnav2 ul.sub-menu li a {
		display: inline-block;
        width: 100%;
		padding: 10px 20px;
		color: #666d81;
		line-height: 45px;
	}

	#mainnav ul.sub-menu li:hover > a,
	#mainnav ul.sub-menu > li.active > a,
	#mainnav2 ul.sub-menu li:hover > a,
	#mainnav2 ul.sub-menu > li.active > a {
		color: #fff;
	}

	#mainnav ul.sub-menu li.has-children > a:after,
	#mainnav2 ul.sub-menu li.has-children > a:after {
		content: "\f0da";
	    font-family: "FontAwesome";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 35px;
	}

	.yzlcms-header .nav-wrap ul.sub-menu li:hover,
	.yzlcms-header ul.sub-menu > li.active {
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	}

	.yzlcms-header .header-button {
		float: right;
		display: table-cell;
		background-color: #f2f3f5;
		border-radius: 0 4px 4px 0;
	}

	.yzlcms-header .header-button h3 a {
		line-height: 78px;
		font-weight: 500;
		color: #181819;
		width: 240px;
        text-align: center;
		border-radius: 0px 4px 4px 0px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.yzlcms-header .header-button h3 a:hover {
		color: #119146;
	}

/*
========
breadcrumb
=========================================
*/
.breadcrumb__content {
  text-align: center;
}
.breadcrumb {
  margin-bottom: 0;
  margin-top: 17px;
  color:#fff;
  display: block;
  flex-wrap: inherit;
  font-weight: 300;
}
.breadcrumb a {
	color:#fff;
	font-weight: 300;
}
.breadcrumb-area {
	position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}
.breadcrumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity = 10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    content: "";
    z-index: 99;
}
.breadcrumb-area .container {
	z-index: 199;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area {
    height: 300px;
  }
}
.breadcrumb__content .yzlcms-locmenu {
  list-style-type: none;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 500;
}
.breadcrumb__content .yzlcms-menu {
  list-style-type: none;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1679px) {
.breadcrumb__content .yzlcms-locmenu {
    font-size: 36px;
}
.breadcrumb__content .yzlcms-menu {
    font-size: 36px;
}
}
@media (max-width: 1199px) {
.breadcrumb__content .yzlcms-locmenu {
    font-size: 32px;
}
.breadcrumb__content .yzlcms-menu {
    font-size: 32px;
}
}
@media (max-width: 767px) {
  .breadcrumb__content h3 {
    font-size: 25px;
  }
.breadcrumb__content .yzlcms-locmenu {
    font-size: 24px;
}
.breadcrumb__content .yzlcms-menu {
    font-size: 28px;
}
}
.breadcrumb__content nav ol li, .breadcrumb__content nav ol a {
  line-height: 1;
  color: #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
.breadcrumb__content nav ol li.active, .breadcrumb__content nav ol a.active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #fff;
  font-size: 15px;
}


.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay1 {
	background-color: rgba(19,29,59,0.6);
}

/* footer
--------------------------------------------------------------*/

	.yzlcms-footer.style1 {
		background: #1b1f2e;
        padding: 118px 0 0 0;
	}

	.yzlcms-footer.style1 .widget-yzlcms-footer {
		width: 20%;
		float: left;
	}



	.yzlcms-footer.style1 .widget-menu h2 {
		font-size: 24px;
		font-weight: 500;
		color: #fff;
	}
	
	.yzlcms-footer.style1 .widget-menu h2 a {
		color: #fff;
	}
	
	.yzlcms-footer.style1 .widget-menu h2 a:hover {
		color: #119146;
	}

	.yzlcms-footer.style1 .widget-menu ul {
		margin-top: 21px;
	}

	.yzlcms-footer.style1 .widget-menu ul li {
		display: block;
		line-height: 40px;
		color: #ffffff;
	}

	.yzlcms-footer.style1 .widget-menu ul li a {
		font-size: 16px;
		font-weight: 500;
		color: #ffffff;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.yzlcms-footer.style1 .widget-menu ul li.active a {
		color: #119146;
	}

	.yzlcms-footer.style1 .widget-menu ul li.active a:hover {
		margin-left: 0;
	}

	.yzlcms-footer.style1 .widget-menu ul li a:hover {
		color: #119146;
	}

	.yzlcms-footer.style1 .widget-contact .widget-social ul {
		margin-top: 20px;
	}

	.yzlcms-footer.style1 .widget-contact .widget-social ul li {
		display: inline-block;
		float: left;
		margin-right: 28px;
	}

	.yzlcms-footer.style1 .widget-contact .widget-social ul li a:hover {
		margin-left: 0;
	}

	.yzlcms-footer.style1 .widget-contact .widget-social ul li a i {
		font-size: 16px;
	}

	.yzlcms-footer.style1 .bottom-inner {
		text-align: center;
		padding: 42px 0;
		border-top: 1px solid #2f2f2f;
		margin-top: 108px;
		position: relative;
	}

	.line-border {
		width: 100%;
		border-top: 1px solid #e7eaee;
	}

	.line-border {
		position: relative;
	}

	.yzlcms-footer.style1 .bottom-inner:before,
	.yzlcms-footer.style1 .bottom-inner:after,
	.line-border:before, 
	.line-border:after {
	    content: '';
	    position: absolute;
	    top: -1px;
	    height: 1px;
	    width: 20px;
	    background-color: #119146;
	}

	
	.yzlcms-footer.style1 .bottom-inner:before,
	.line-border:before {
		left: 0;
	}
	
	.yzlcms-footer.style1 .bottom-inner:after,
	.line-border:after {
		right: 0;
	}

	.yzlcms-footer.style1 .bottom-inner p,
	.yzlcms-footer.style1 .bottom-inner p a {
		font-size: 16px;
		font-weight: 500;
		color: #ffffff;
	}

	.yzlcms-footer.style1 .bottom-inner p a:hover {
		color: #119146;
	}


/* main blog post
--------------------------------------------------------------*/

	.main-blog-post {
		padding: 70px 0;
	}

	.main-blog-post .post {
		margin-bottom: 30px;
	}
	
	.main-blog-post .post .content-post {
		border: 1px solid #dbdbdb;
        padding: 45px 50px;
	}

	.main-blog-post .post .content-post h3 {
		margin-top: 10px;
	}

	.main-blog-post .post .content-post h3 a {
	   font-size: 18px;
	   line-height: 30px;
	   font-weight: 500;
	   color: #181819;
	   display: block;
	}

	.main-blog-post .post .content-post h3 a:hover {
		color: #119146;
	}

	.main-blog-post .post .content-post p {
		font-size: 15px;
		line-height: 26px;
		font-weight: 300;
		color: #666d81;
		margin-top: 10px;
	}

	.main-blog-post .post .content-post h4 {
		position: relative;
		margin-top: 24px;
	}

	.yzlcon-line {
	    display: flex;
	}

	.yzlcon-line .line {
	    position: relative;
	    width: 100%;
	    margin: 0 !important;
	    margin-left: 8px !important;
	    padding: 0 !important;
	}

	.yzlcon-line .line:after, 
	.yzlcon-line .line:before {
	    content: "";
	    height: 1px;
	    width: 100%;
	    left: 0;
	    background-color: #e7eaee;
	    position: absolute;
	    top: 50%;
        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.yzlcon-line .line:before {
	    left: 0;
	    width: 20px;
	    background-color: #119146;
	    z-index: 1;
	}

	.yzlcon-line a:hover+.line:before,
	.yzlcon-line.active .line:before {
	    left: calc(100% - 20px);
	}

	.yzlcon-line > a  {
	    white-space: nowrap;
	}

	.main-blog-post .post .content-post h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #119146;
		letter-spacing: 2.7px;
	}

	.main-blog-post .post .content-post h4 a:hover {
		color: #181819;
	}

	.main-blog-post .blog-pagination {
	    margin-top: -47px;
	}


/* blog list
--------------------------------------------------------------*/
	.main-blog-list {
	    padding: 120px 0 118px;
	}

	.blog-list:not(:last-child) {
	    margin-bottom: 61px;
	}

	.blog-list .featured-post {
	    position: relative;
	    margin-bottom: 71px;
	}

	.blog-list .post-img {
	    position: relative;
	    border-radius: 5px;
	    overflow: hidden;
	}

	.yzlcms-a .featured-post {
		position: relative;		
	}

	.yzlcms-a .featured-post .post-img {
		position: relative;
	    border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	    overflow: hidden; 
	}
	
	.yzlcms-a .featured-post .post-img img {
		width:100%;
	}

	.yzlcms-a .overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
    	height: 100%;
	    background-color: rgba(19, 29, 59, 0.7);
	    visibility: hidden;
        opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
		cursor: pointer;
	}

	.yzlcms-a .post-img:hover .overlay {
		visibility: visible;
        opacity: 1;
	}

	.yzlcms-a .overlay:before, 
	.yzlcms-a .overlay:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    background: #fff;
	    transform: translate(-50%, -50%);
	    opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.yzlcms-a .overlay:before {
	    width: 30px;
	    height: 2px;
	    left: 0;
	}

	.yzlcms-a .overlay:after {
	    height: 30px;
	    width: 2px;
	    top: 0;
	}

	.yzlcms-a:hover .overlay:before {
	    left: 50%;
	    opacity: 1;
	}

	.yzlcms-a:hover .overlay:after {
	    top: 50%;
	    opacity: 1;
	}

	.yzlcms-a .featured-post img,
	.themesflat_sc_vc-teammembers:hover .team-image img {
		-webkit-transition: all 0.7s ease-in-out;
	    -moz-transition: all 0.7s ease-in-out;
	    -ms-transition: all 0.7s ease-in-out;
	    -o-transition: all 0.7s ease-in-out;
	    transition: all 0.7s ease-in-out;
	}

	.yzlcms-a:hover .featured-post img,
	.themesflat_sc_vc-teammembers:hover .team-image img {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	}

	.blog-list .wrap-time {
	    min-width: 71px;
	    height: 78px;
	    background-color: #119146;
	    position: absolute;
	    bottom: -40px;
	    left: 50px;
	    border-radius: 5px;
	    text-align: center;
	    padding-top: 17px;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.blog-list .wrap-time span {
	    display: block;
	    font-size: 16px;
	    color: #fff;
	    font-weight: 500;
	    line-height: 20px;
	}

	.blog-list .post-meta {
	    margin-bottom: 11px;
	}

	.blog-list .post-meta li:not(:last-child):after {
	    content: "-";
	    padding: 0 11px;
	    color: #666d81;
	}

	.post-meta li {
	    display: inline-block;
	    color: #666d81;
	}

	.post-meta li.user,
	.post-meta li.user a {
		color: #119146;
	}

	.blog-list .post-title {
		font-size: 26px;
	    margin-bottom: 39px;
	    color: #181819;
	}

	.post-title a {
	    font-weight: 500;
	    color: #181819;
	}

	.post-title a:hover {
		color: #119146;
	}

	.blog-list .wrap-content-post {
	    margin-bottom: 33px;
	}

	.blog-list .btn-blog.flat-btn {
	    background-color: #f2f3f5;
	    color: #666d81;
	    font-size: 14px;
	    line-height: 30px;
	    padding: 9px 29px 8px 28px;
	}

	.flat-btn {
	    line-height: 78px;
	    background: #119146;
	    color: #fff;
	    border-radius: 4px;
	    display: inline-block;
	    padding: 0 30px;
	    position: relative;
	    z-index: 2;
	    text-align: center;
	}

	.blog-list .btn-blog.flat-btn:hover {
	    color: #fff;
	}

	.main-blog-list .blog-pagination {
		text-align: left;
	}

	.main-blog-list .blog-pagination ul {
		margin-top: 62px;
	}

/* main blog single
--------------------------------------------------------------*/

	.main-blog-single {
		padding: 70px 0;
	}
	 
	.main-blog-single .post .content-post h1 {
		font-size: 22px;
		line-height: 40px;
		font-weight: 500;
		color: #181819;
		margin-bottom: 20px;
	}

	.main-blog-single .post .content-post p {
		font-size: 15px;
		line-height: 1.8;
		font-weight: 300;
		color: #666d81;
	}

	.main-blog-single .blockquote-wrap {
		padding: 41px 50px 43px;
		background-color: #ff4301;
		margin-top: 53px;
	    border-radius: 4px;
	}

	.main-blog-single .blockquote-wrap blockquote {
		font-size: 24px;
		line-height: 40px;
		font-weight: 500;
		color: #fff;
	}

	.main-blog-single .text-main {
		margin-top: 53px;
		padding: 0 0 53px 0;
		border-bottom: 1px solid #e7eaee;
	}

	.main-blog-single .text-main p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
	}

	.main-blog-single .social-wrap {
		margin-top: 40px;
	}

	.main-blog-single .social-wrap .text-button {
		float: left;
		display: inline-block;
	}

	.main-blog-single .social-wrap .text-button h3 {
		float: left;
		display: inline-block;
		margin: 10px 18px 0 0;
	}

	.main-blog-single .social-wrap .text-button h3 a {
		font-size: 20px;
		line-height: auto;
		font-weight: 500;
		color: #181819;
	}

	.main-blog-single .social-wrap .text-button ul {
		display: inline-block;
	}

	.main-blog-single .social-wrap .text-button ul li {
		float: left;
		display: inline-block;
		margin-right: 8px;
	}

	.main-blog-single .social-wrap .text-button ul li.active a {
		color: #fff;
		background-color: #119146;
		border: 1px solid #fff;
	}

	.main-blog-single .social-wrap .text-button ul li.active a:hover {
		border: 1px solid #fff;
	}

	.main-blog-single .social-wrap .text-button ul li a {
		font-size: 14px;
		line-height: auto;
		font-weight: 500;
		color: #666d81;
		border: 1px solid #f2f3f5;
		padding: 4px 19px;
		border-radius: 4px;
	}

	.main-blog-single .social-wrap .text-button ul li a:hover {
	    color: #fff;
	    border: 1px solid #119146;
	}

	.main-blog-single .social-wrap .text-social {
		float: right;
		display: inline-block;
	}

	.main-blog-single .social-wrap .text-social ul li {
		float: left;
		display: inline-block;
		margin-left: 35px;
		margin-top: 10px;
	}

	.main-blog-single .social-wrap .text-social ul li a {
		color: #181819;
	}

	.main-blog-single .social-wrap .text-social ul li a i {
		font-size: 20px;
	}

	.main-blog-single .social-wrap .text-social ul li.active a {
		color: #119146;
	}

	.main-blog-single .social-wrap .text-social ul li a:hover{
		color: #119146;
	}

	.main-blog-single .main-author {
		padding: 53px 58px 61px;
		border: 1px solid #e7eaee;
		margin-top: 28px;
		border-radius: 4px;
	}

	.main-blog-single .main-author .image-author {
		float: left;
		display: inline-block;
		margin-right: 45px;
		margin-top: 7px;
	}

	.main-blog-single .main-author .info-author h2 {
		font-size: 24px;
		line-height: 34px;
		font-weight: 500;
		color: #181819;
	}

	.main-blog-single .main-author .info-author p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		margin-top: 31px;
	}

	.main-blog-single .blog-comments {
		margin-top: 59px;
	}

	.main-blog-single .blog-comments h1 {
		font-size: 30px;
		font-weight: 500;
		color: #181819;
		margin-bottom: 31px;
	}

	.main-blog-single .blog-comments .comments {
		padding-bottom: 59px;
		border-bottom: 1px solid #e7eaee;
		position: relative;
	}

	.main-blog-single .blog-comments .comments.style2 {
		margin-top: 54px;
	}

	.main-blog-single .blog-comments .avatar {
		float: left;
		display: inline-block;
		margin-right: 39px;
		padding-left: 49px;
		position: relative;
		margin-top: 6px;
	}

	.main-blog-single .blog-comments .meta-avatar {
		background-color: #119146;
		padding: 4px 27px;
		border-radius: 4px 4px 0 0;
		float: left;
		display: inline-block;
	    transform: rotate(-90deg);
	    position: absolute;
	    top: 55px;
	    left: -55px;
	        text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}

	.main-blog-single .blog-comments .meta-avatar p {
		font-size: 14px;
		line-height: auto;
		font-weight: 500;
		color: #fff;
		letter-spacing: 5.4px;
	}

	.main-blog-single .blog-comments .post-comment {
		overflow: hidden;
	}

	.main-blog-single .blog-comments .post-comment p.comment-title {
		float: left;
		display: inline-block;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		color: #181819;
	}

	.main-blog-single .blog-comments .post-comment .reply {
	    float: right;
	    display: inline-block;
	    padding: 3px 19px;
	    background-color: #119146;
	    border-radius: 4px;
	    border: 1px solid #119146;
	    margin-top: 6px;
	    cursor: pointer;
	}

	.main-blog-single .blog-comments .post-comment .reply:hover {
		border: 1px solid #181819;
	}

	.main-blog-single .blog-comments .post-comment .reply p {
		font-size: 14px;
		line-height: auto;
		font-weight: 500;
		color: #fff;
	}

	.main-blog-single .blog-comments .post-comment p.comment-content {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		margin-top: 16px;
		padding-right: 20px;
	}

	.main-blog-single .blog-comments .comment-respond {
		margin-top: 60px;
	}

	.main-blog-single .blog-comments .comment-respond h2 {
		font-size: 30px;
		font-weight: 500;
		color: #181819;
	}

	.main-blog-single .comment-respond .comment-form-author {
	    float: left;
	    width: 50%;
	    margin-top: 37px;
	}

	.main-blog-single .comment-respond .comment-form-email {
	    float: right;
	    width: 50%;
	    margin-top: 37px;
	}

	.main-blog-single .comment-respond .submit-form button {
	    padding: 28px 58px;
	    margin-top: 3px;
	    text-align: center;
	    font-size: 18px;
	    line-height: unset;
	    font-weight: 500;
	    color: #fff;
	    border-radius: 4px;
	    border: 1px solid #119146;
	    background: #119146;
	}

	.main-blog-single .comment-respond .submit-form button:hover {
		border: 1px solid #181819;
	}

	.sidebar-inner .widget-search form {
		position: relative;
	}

	.sidebar-inner .widget-search input {
		height: 99px;
		background-color: #119146;
		position: relative;
	}

	.sidebar-inner .widget-search input::placeholder {
		color: #fff;
	}

	.sidebar-inner .widget-search button {
		position: absolute;
	    top: 40%;
	    right: 30px;
	    color: #fff;
	    background-color: transparent;
	}

	.sidebar-inner .widget {
		border: 1px solid #e7eaee;
		padding: 47px 49px;
		margin-top: 30px;
		border-radius: 4px;
	}
	.main-yzlcms-tag .sidebar-inner .widget {
		border: 0px solid #e7eaee;
		padding: 0;
		margin-top: 0px;
		border-radius: 0px;
	}
	.sidebar-inner .no-widget {
		margin-top: 0px;
	}

	.sidebar-inner h3.widget-title {
		font-size: 24px;
		line-height: normal;
		font-weight: 500;
		color: #181819;
	}

	.sidebar-inner .widget-recent ul li {
		display: block;
		border-bottom: 1px solid #e7eaee;
		padding-bottom: 23px;
		margin-bottom: 29px;
	}

	.sidebar-inner .widget-recent {
		padding-bottom: 14px;
	}

	.sidebar-inner .widget-recent ul {
		margin-top: 27px;
	}

	.sidebar-inner .widget-recent ul li:last-of-type {
		border-bottom: none;
		margin-bottom: 0px;
	}

	.sidebar-inner .widget-recent ul li .widget-img {
		display: inline-block;
		float: left;
		margin-right: 21px;
	}
	
	.sidebar-inner .widget-recent ul li .blog-img img {
		width:100px;
		height:66px;
	}

	.sidebar-inner .widget-recent ul li .widget-text {
		overflow: hidden;
	}

	.sidebar-inner .widget-recent ul li .widget-text .yzlcms-time {
		margin-top: -4px;
		font-size: 15px;
		line-height: 20px;
		font-weight: 300;
		color: #119146;
	}

	.sidebar-inner .widget-recent ul li .widget-text p {
		font-size: 16px;
		font-weight: 500;
		color: #666d81;
		line-height: 24px;
		margin-top: 4px;
	}

	.sidebar-inner .widget-tags {
		padding-bottom: 36px;
	}

	.sidebar-inner .widget-tags ul {
		margin-top: 30px;
	}

	.sidebar-inner .widget-tags ul li {
		display: inline-block;
		margin-right: 3px;
		margin-bottom: 10px;
	}

	.sidebar-inner .widget-tags ul li a {
	    font-size: 14px;
	    line-height: unset;
	    font-weight: 500;
	    color: #666d81;
	    border: 1px solid #f2f3f5;
	    padding: 4px 19px;
	    border-radius: 4px;
	}

	.sidebar-inner .widget-tags ul li a:hover {
	    color: #fff;
	}

	.sidebar-inner .widget-tags ul li.active a {
		color: #fff;
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	}

	.sidebar-inner .widget-categories ul {
		margin-top: 21px;
	}

	.sidebar-inner .widget-categories ul li {
		display: block;
		font-weight: 300;
		border-bottom: 1px dotted #c1c2c3;
        padding-bottom: 10px;
        margin-bottom: 10px;
	}

	.sidebar-inner .widget-categories {
		padding-bottom: 22px;
	}

	.sidebar-inner .widget-categories ul li a {
		font-size: 16px;
		line-height: 26px;
		font-weight: 300;
		color: #666d81;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.sidebar-inner .widget-categories ul li.on a {
		color: #119146;
	}

	.sidebar-inner .widget-categories ul li.on a:hover {
		margin-left: 0;
	}

	.sidebar-inner .widget-categories ul li a:hover {
		color: #119146;
	}

	.sidebar-inner .widget-tweets {
		padding-bottom: 42px;
	}

	.sidebar-inner .widget-tweets ul {
		margin-top: 18px;
	}

	.sidebar-inner .widget-tweets ul li {
		display: block;
	}

	.sidebar-inner .widget-tweets ul li a {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.sidebar-inner .widget-tweets ul li.active a {
		color: #119146;
	}

	.sidebar-inner .widget-tweets ul li.active a:hover {
		margin-left: 0;
	}

	.sidebar-inner .widget-tweets ul li a:hover {
		color: #119146;
		margin-left: 5px;
	}

	.sidebar-inner .widget-tweets .widget-meta {
		margin-top: 20px;
	}

	.sidebar-inner .widget-tweets .widget-meta ul li {
		display: inline-block;
		margin-right: 9px;
	}

	.sidebar-inner .widget-tweets .widget-meta ul li i {
		color: #119146;
	}

	.sidebar-inner .widget-tweets .widget ul li a {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.sidebar-inner .widget-tweets .widget-meta ul li a:hover {
		color: #119146;
		margin-left: 0px;
	}

.flat-recent-project .imageyzlcon-item {
    margin-top: 40px;
}

/* services
--------------------------------------------------------------*/
	.main-services {
		padding: 70px 0;
		background: #f2f3f5;
	}
	.main-yzlcms-tag {
		background: #ffffff;
	}
	.main-services .post {
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.main-services .post .featured-post {
		position: relative;
	}

	.main-services .post .featured-post .icon-wrap {
		width: 71px;
		height: 78px;
		background-color: #119146;
		border-radius: 4px;
		position: absolute;
		left: 50px;
    	bottom: -40px;
		font-size: 37px;
		color: #fff;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-services .post .featured-post .icon-wrap span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main-services .post .content-post {
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	}

	.main-services .post .content-post h3 {
	    font-size: 24px;
	    line-height: 30px;
	    font-weight: 500;
	}

	.main-services .post .content-post a {	   
	    font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		display: block;
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.main-services .post .content-post a:hover {
		color: #ffffff;
	}

	.main-services .post .content-post p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
	    margin-bottom: 24px;
	}

	.main-services .post .content-post h4 {
		position: relative;
	}

	.main-services .post .content-post h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #119146;
		letter-spacing: 3px;
	}

	.main-services .post .content-post h4 a:hover {
		color: #181819;
	}

	.main-services .post:hover .featured-post .icon-wrap {
		background: #fff;
		color: #119146;
	}

	.flat-our-services.style1 {
		padding: 70px 0;
		background-color: #f3f7fd;
	}

	.yzlcms-a {
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-our-services.style1 .post {
		margin-top: 40px;
	}

	.flat-our-services.style1 .post,
	.main-services .post {
		border-radius: 5px;
		overflow: hidden;
	}

	.flat-our-services.style1 .post:hover,
	.main-services .post:hover {
		box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
	}

	.flat-our-services.style1 .post .featured-post {
		position: relative;
	}

	.flat-our-services.style1 .post .featured-post .icon-wrap {
		width: 71px;
		height: 78px;
		background-color: #119146;
		border-radius: 4px;
		position: absolute;
		left: 50px;
		bottom: -39px;
		text-align: center;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-our-services.style1 .post:hover .featured-post .icon-wrap,
	.yzlcms-a:hover .icon-wrap {
		background-color: #fff;
	}

	.flat-our-services.style1 .post .featured-post .icon-wrap i {
		font-size: 37px;
	    line-height: 78px;
	    color: #fff;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-our-services.style1 .post:hover .featured-post .icon-wrap i,
	.yzlcms-a:hover .icon-wrap i {
		color: #119146;
	}

	.flat-our-services.style1 .post .content-post {
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	}

	.flat-our-services.style1 .post .content-post a {
	   font-size: 20px;
	   line-height: 30px;
	   color: #ffffff;
	   display: block;
       width: 100%;
	   padding: 20px;
	   text-align: center;
	}

	.flat-our-services.style1 .post .content-post a:hover {
		color: #ffffff;
	}

	.flat-our-services.style1 .post .content-post p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		margin-top: 16px;
	}

	.flat-our-services.style1 .post .content-post h4 {
		position: relative;
		margin-top: 23px;
	}

	.flat-our-services.style1 .post .content-post h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #119146;
		letter-spacing: 2.8px;
	}

	.flat-our-services.style1 .post .content-post h4 a:hover {
		color: #181819;
	}

/* Slider */
.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 199;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*Slick Arrow*/
.arrow-layout-2 .slick-arrow,
.arrow-layout-1 .slick-arrow{
	display: none !important;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(0px, -50%);
    transition: 0.5s all;
    font-size: 0;
	padding:0;
	background: none;
    overflow: hidden;
    z-index: 1;
}
.arrow-layout-1 .slick-arrow:after{
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
	font-weight: 900;
}
.arrow-layout-1 .slick-arrow:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;	
    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    transition: 0.5s all;
}
.arrow-layout-1 .slick-arrow:hover:before{
    width: 100%;
}
.arrow-layout-1 .slick-prev{
    left: -100px;
}
.arrow-layout-1 .slick-next{
    right: -100px;
}
.arrow-layout-1 .slick-prev:after{
    content: "\f104";
}
.arrow-layout-1 .slick-next:after{
    content: "\f105";
}
.arrow-layout-1.slick-slider:hover .slick-prev{
    left: 100px;
	display: none !important;
}
.arrow-layout-1.slick-slider:hover .slick-next{
    right: 100px;
	display: none !important;
}

.arrow-layout-2 .slick-arrow{
    font-size: 0px;
    right: 15px;
    top: -70px;
}
.arrow-layout-2 .slick-arrow:after{
     background: #5f6061;
    border-color: #5f6061;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    padding: 15px;
    font-size: 20px;
	font-weight: 900;
}
.arrow-layout-2 .slick-prev{
    right: 65px;
}
.arrow-layout-2 .slick-next{
    right: 15px;
}
.arrow-layout-2 .slick-prev:after{
    content: "\f104";
}
.arrow-layout-2 .slick-next:after{
    content: "\f105";
}
@media (max-width: 1199px) {
.arrow-layout-1 .slick-arrow:after{
    border:0px solid #fff;
	font-size: 30px;
	width: 30px;
    height: 30px;
}
.arrow-layout-1 .slick-arrow:before{
    background: none;
}
.arrow-layout-1 .slick-prev{
    left: 15px;
}
.arrow-layout-1 .slick-next{
    right: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-prev{
    left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next{
    right: 15px;
}
.arrow-layout-2 .slick-arrow:hover:after{
    background:none;
}
}
/*slick bullets*/
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
	position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    padding: 0;
    line-height: 0;
}
.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #ffffff;
}
.slick-dots li.slick-active button {
    width: 24px;
    height: 6px;
    border-radius: 50px;
    background: #119146;
    border: 2px solid #119146;
}
/*Main Slider*/
.main-banner .slide-item{
    height: 780px;
    position: relative;
    z-index: 1;
    margin: 0;
}
.main-banner .slide-item:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity = 10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    content: "";
    z-index: 99;
}
.slider-content .text-custom-white{
    font-size: 50px;
	line-height: 2;
	color: #fff;
}
.slider-content .slider-des{
    font-size: 18px;
	line-height: 2;
	color: #fff;
	margin-bottom: 20px;
}
.slider-content a.hvr-shutter-out-verticall {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    text-align: center;
    padding: 15px 50px;
    border-radius: 4px;
	margin:0 0 0 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
.slider-content ul{
    margin-bottom: 20px;
}
.slider-content ul li{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.slider-content ul li i{
    color: #e71e14;
    font-size: 22px;
    margin-right: 15px;
    width: 27px;
    height: 22px;
    text-align: center;
}

@media (max-width: 1679px) {
	.slider-content {
		width:100%;
		padding:0 100px;
	}
}
@media (max-width: 1399px) {
	.slider-content {
		padding:0 150px;
	}
}
@media (max-width: 1199px) {
	.main-banner .slide-item{
		height: 600px;
	}
	.slider-content {
		padding:0 80px;
	}
	.slider-content .text-custom-white {
    font-size: 36px;
}
}
@media (max-width: 991px) {
	.main-banner .slide-item{
		height: 500px;
	}
	.slider-content {
		padding:0 40px;
	}
	.slider-content .text-custom-white {
    font-size: 32px;
}
}
@media (max-width: 767px) {
	.main-banner .slide-item{
		height: 400px;
	}
	.slider-content {
		padding:0;
		text-align:center;
	}
	.slider-content .text-custom-white {
    font-size: 24px;
}
.slider-content .slider-des {
    font-size: 16px;
	line-height: 1.8;
}
}

/* main home
--------------------------------------------------------------*/
	.main-home1 {
		padding: 0;
	}

	.flat-welcome {
		padding: 70px 0;
		background-position: top left;
		background-repeat: no-repeat;
	}

	.flat-welcome .image-welcome {
		position: relative;
	}

	.flat-welcome .image-wrap {
		position: relative;
	}
	.flat-welcome .image-wrap img {
		width:100%;
	}
	.flat-welcome .image-inner {
		position: absolute;
		bottom: -80px;
		left: -80px;
	}

	.flat-welcome .icon-welcome {
		width: 113px;
		height: 113px;
		background-color: #fff;
		text-align: center;
		border-radius: 90px;
		box-shadow: 1px 0 1px 0;
		position: absolute;
		bottom: -10px;
		right: -10px;
	}

	.flat-welcome .icon-welcome i {
		line-height: 113px;
		color: #119146;
		font-size: 50px;
	}

	.flat-welcome .info-welcome h4 {
		margin-top: 23px;
	}

	.flat-welcome .info-welcome h4 {
		font-size: 16px;
		font-weight: 500;
		color: #666d81;
		letter-spacing: 3.2px;
	}

	.flat-welcome .info-welcome h2 {
		margin-top: 8px;
	}

	.flat-welcome .info-welcome h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 50px;
		color: #181819;
	}

	.flat-welcome .info-welcome p {
		font-size: 16px;
		font-weight: 300;
		line-height: 30px;
		color: #666d81;
		margin-top: 15px;
	}

	.flat-welcome .info-inner {
		margin-top: 20px;
	}

	.flat-welcome .info-inner ul.infomation li {
		position: relative;
        line-height: 30px;
		margin-bottom: 8px;
		padding-left: 35px;
	}

	.flat-welcome .info-inner ul.infomation li i {
		position: absolute;
        left: 0;
        top: 5px;
	    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	    color: #ffffff;
	    width: 20px;
	    line-height: 20px;
	    border-radius: 50%;
	    text-align: center;
	    font-size: 9px;
	}

	.flat-welcome .info-inner ul.infomation li a {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		color: #181819;	
	}

	.flat-welcome .info-welcome .info-button {
	    margin-top: 8px;
	}

	.flat-welcome .info-welcome .info-button a {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;	
		padding: 15px 50px;
	    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	    border-radius: 4px;
	    margin-top: 46px;
	}

	/* main home2*/
	.main-home2 .flat-our-services .title-section h4 {
		margin-top: 13px;
	}


/* flat latest
--------------------------------------------------------------*/
    .flat-latest {
		padding: 70px 0;
	}
	.flat-latest .title-section.style2 {
		float: left;
	}

	.flat-latest .button-latest {
		float: right;
	}

	.flat-latest .button-latest a {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;	
		padding: 15px 50px;
	    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	    border-radius: 4px;
	}

	.flat-latest .post {
		margin-top: 50px;
	}
	
	.flat-latest .post .content-post {
		border: 1px solid #dbdbdb;
        padding: 45px 50px;
	}

	.flat-latest .post .content-post h3 {
		margin-top: 10px;
	}

	.flat-latest .post .content-post h3 a {
	   font-size: 18px;
	   line-height: 30px;
	   font-weight: 500;
	   color: #181819;
	   display: block;
	}

	.flat-latest .post .content-post h3 a:hover {
		color: #119146;
	}

	.flat-latest .post .content-post p {
		font-size: 15px;
		line-height: 26px;
		font-weight: 300;
		color: #666d81;
		margin-top: 10px;
	}

	.flat-latest .post .content-post h4 {
		position: relative;
		margin-top: 24px;
	}

	.flat-latest .post .content-post h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #119146;
		letter-spacing: 2.7px;
	}

	.flat-latest .post .content-post h4 a:hover {
		color: #181819;
	}

	.flat-latest .latest-inner .yzlcms-a  {
		border: 1px solid #f2f3f5;
	}

	.flat-latest .latest-inner .post-menu {
		padding: 17px 49px 41px;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-latest .latest-inner .post-menu h3 {
		margin-top: 1px;
	}

	.flat-latest .latest-inner .post-menu h3 a {
		font-size: 26px;
		line-height: 40px;
		font-weight: 500;
		color: #181819;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-latest .latest-inner .post-menu:hover {
		background-color: #181819;
	}

	.flat-latest .latest-inner .post-menu:hover h3 a {
		color: #fff;
	}

	.flat-latest .latest-inner .post-menu:hover li.hover {
		color: #ffffff;
	}

	.flat-latest .latest-inner .post-menu.active {
		background-color: #181819;
	}

	.flat-latest .latest-inner .post-menu.active h3 a {
		color: #fff;
	}

	.flat-latest .latest-inner .post-menu.active li.hover {
		color: #ffffff;
	}

/* flat post
--------------------------------------------------------------*/
	.flat-post .featured-post {
		position: relative;
		overflow: hidden;
	}

	.flat-post .post .content-post {
		border: 1px solid #f2f3f5;
		padding: 43px 50px 39px;
	}

	.flat-post .post .content-post .meta-post-shared {
		margin-top: 0;
	}

	.flat-post .post .content-post h3 a {
	   font-size: 26px;
	   line-height: 40px;
	   font-weight: 500;
	   color: #181819;
	}

	.flat-post .post .content-post h3 a:hover {
		color: #119146;
	}

	.flat-post .post .content-post p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;
		margin-top: 29px;
	}

	.flat-post .post .content-post h4 {
		position: relative;
		margin-top: 24px;
	}

	.flat-post .post .content-post h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #119146;
		letter-spacing: 2.7px;
	}

	.flat-post .post .content-post h4 a:hover {
		color: #181819;
	}


	.flat-contact .submit-form button {
	    padding: 28px 58px;
	    margin-top: 3px;
	    text-align: center;
	    font-size: 18px;
	    line-height: auto;
	    font-weight: 500;
	    color: #fff;
	    border-radius: 4px;
	    border: 1px solid #119146;
	    background: #119146;
	}

	.flat-contact .submit-form button:hover {
		border: 1px solid #181819;
	}

	.flat-contact .sidebar-info .text-info li {
		border-bottom: 1px solid #e7eaee;
	    padding-bottom: 14px;
	    margin-bottom: 30px;
	}

	.flat-contact .sidebar-info .widget-img {
		float: left;
		margin-right: 30px;
	}

	.flat-contact .sidebar-info .widget-text {
		overflow: hidden;
	}

	.flat-contact .sidebar-info .text-social li {
		float: left;
	    display: inline-block;
	    margin-right: 35px;
	}

	.flat-contact .sidebar-info .flat-widget_text i {
	    font-size: 63px;
	    color: #119146;
	    float: left;
	    margin-right: 30px;
	    margin-bottom: 30px;
	    margin-top: 4px;
	}

	.flat-contact .sidebar-info .flat-widget_text ul li .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}

	.flat-contact .sidebar-info .flat-widget_text ul li p {
	    line-height: 26px;
	}

	.flat-contact .sidebar-info .flat-widget_text ul li {
	    clear: both;
	    padding-bottom: 53px;
	    border-bottom: 1px solid #e7eaee;
	    margin-bottom: 56px;
	    position: relative;
	}

	.flat-contact .sidebar-info .flat-widget_text ul li::after {
	    content: '';
	    background-color: #119146;
	    width: 20px;
	    height: 1px;
	    position: absolute;
	    left: 0;
	    bottom: -1px;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}

	.flat-contact .sidebar-info .flat-widget_text ul li:hover::after {
	    left: calc(100% - 20px);
	}

	.widget_themesflat_socials ul {
	    margin: 0;
	    list-style-type: none;
	}

	.flat-contact .sidebar-info .themesflat-shortcode-socials a {
	    font-size: 20px;
	    color: #181819;
	}

	.flat-contact .sidebar-info .themesflat-shortcode-socials a:hover {
	    color: #119146;
	}

	.widget_themesflat_socials ul li:not(:last-child) {
	    margin-right: 30px;
	}

	.widget_themesflat_socials ul li {
	    display: inline-block;
	}

	.flat-map {
		height: 558px;
		position: relative;
	    overflow: hidden;
	}

	.flat-contact {
		position: relative;
		overflow: hidden;
	}

	.flat-contact.bg-one-third:before {
		content: '';
	    width: 38%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    opacity: 0.5;
	    right: 0;
	    background-color: #f3f3f3;
	    background-image: linear-gradient(180deg, #f3f3f3 80%, #ffffff 90%); 
	}

/* video popup-video
--------------------------------------------------------------*/
	.image-wrap a.popup-video {
	    width: 63px;
	    height: 63px;
	    background-color: #119146;
	    color: #fff;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 63px;
	}

	.image-wrap a.popup-video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -khml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.image-wrap a.popup-video:hover {
		background-color: #f50808;
		color: #fff;
	}

	.image-wrap a.popup-video:before {
		position: absolute;
	    content: "";
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    border-radius: 50%;
	    z-index: -1;
	    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	}

	.main-services-details {
		padding: 70px 0;
	}

	.main-services-details .flat-question .toggle-title.active i:before {
	    content: "\f31e";
	}

/* flat request
--------------------------------------------------------------*/

	.main-service-details {
		padding: 120px 0;
	}

	.main-services-details .post-wrap .featured-post {
		position: relative;
	}

	.main-services-details .post-wrap .featured-post .icon-wrap {
        position: absolute;
		bottom: -42px;
		left: 19px;
		width: 71px;
		height: 78px;
		border-radius: 5px;
		background-color: #fff;
		font-size: 37px;
		line-height: 85px;
		text-align: center;
		color: #119146;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-services-details .post-wrap .content-post h1 {
		border-bottom: 1px solid #e7eaee;
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 26px;
        line-height: 36px;
		font-weight: 500;
		color: #181819;
	}

	.main-services-details .post-wrap .content-post p {
		font-size: 15px;
		line-height: 1.8;
		font-weight: 300;
		color: #666d81;	
	}

	.main-services-details .post-inner .featured-post {
		float: left;
	    width: 48%;
		border: 2px solid #e7eaee;
	}
	
	.main-services-details .post-inner .featured-post img {
	    width: 100%;
	}

	.main-services-details .post-inner .content-post {
		float: left;
	    width: 52%;
	    padding-left: 30px;
	}

	.main-services-details .post-inner.style2 .content-post {
		float: right;
	    width: 48%;
	    padding-left: 0px;
	}

	.main-services-details .post-inner .content-post h3 {
    	margin-bottom: 35px;
		font-size: 26px;
		line-height: 36px;
		font-weight: 500;
		color: #181819;
	}

	.main-services-details .post-inner .content-post h3 a {
		font-size: 30px;
		font-weight: 500;
		color: #181819;
	}

	.main-services-details .post-inner .content-post h3 a:hover {
		color: #119146;
	}

	.main-services-details .post-inner .content-post p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #666d81;	
	}

	.main-services-details .post-inner ul.infomation li {
		position: relative;
		margin-bottom: 8px;
	}
	
	.main-services-details .post-inner ul.infomation li:before {
		content: '';
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
		position: absolute;
		left: 0;
		top: 9px;
		z-index: 1;
	}

	.main-services-details .post-inner ul.infomation li i {
	    color: #119146;
	    line-height: 16px;
	    margin-right: 12px;
	    font-size: 14px;
	}

	.main-services-details .post-inner ul.infomation li {
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
		color: #666d81;	
		margin: 0;
		padding-left: 25px;
	}
	
	.main-services-details .post-inner ul.infomation li span {
        color: #323232;
		margin-right: 8px;
	}

	.main-services-details .widget-list {
		border: 1px solid #f2f3f5;
	}

	.main-services-details .widget-list ul li {
		padding: 10px 20px;
		border-bottom: 1px solid #f2f3f5;	
	}

	.main-services-details .widget-list ul li i {
	    background-color: #119146;
	    color: #ffffff;
	    width: 22px;
	    line-height: 22px;
	    float: right;
	    border-radius: 50%;
	    text-align: center;
	    font-size: 9px;
	}

	.main-services-details .widget-list ul li a {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		color: #181819;	
		float: left;
	}

	.main-services-details .widget-help {
		padding: 20px 20px;
		background-color: #181819;
	}

	.main-services-details .widget-help span {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		color: #fff;		
	}

	.main-services-details .widget-help p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		color: #ffffff;		
	}

	.main-services-details .widget-button button {
	    padding: 28px 0;
	    width: 100%;
	    margin-top: 3px;
	    text-align: center;
	    font-size: 18px;
	    line-height: auto;
	    font-weight: 500;
	    color: #fff;
	    border-radius: 4px;
	    border: 1px solid #119146;
	}

	.main-services-details .widget-button button:hover {
		border: 1px solid #181819;
	}

	.yzlcms-header.fixed-header {
		position: fixed;
		width: 100%;
		top: 0;
		background: none;
		z-index: 999999;
	}

	.yzlcms-header.fixed-header .header-wrap {
		bottom: unset;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}

	/*meta-post-shared*/
	.meta-post-shared {
		margin-top: 0px;
		overflow: hidden;
	}
	
	.meta-post-shared2 {
		margin-top: 0px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.meta-post-shared ul li {
		display: inline-block;
		float: left;
		margin-right: 20px;
	}
	
	.meta-post-shared ul li i {
		margin-right: 5px;
		color: #119146;
	}

	.meta-post-shared ul li:last-child {
	    padding-right: 0;
	}

	.meta-post-shared ul li.active {
		position: relative;
	}

	.meta-post-shared ul li.active {
	    color: #119146;
	}
	.meta-post-shared ul li.active a {
	    color: #119146;
	}

	.meta-post-shared ul li a {
		font-size: 16px;
		line-height: auto;
		font-weight: 500;
	    color: #666d81;
	}

	.meta-post-shared ul li a:hover {
	    color: #119146;
	}

	.post-menu.active .meta-post-shared ul li.hover a {
		color: #ffffff;
	}

	.post-menu.active .meta-post-shared ul li.hover a:hover,
	.post-menu:hover .meta-post-shared ul li.hover a:hover,
	.post-menu .meta-post-shared ul li.hover a:hover {
		color: #119146;
	}

	.post-menu:hover .meta-post-shared ul li.hover a {
		color: #ffffff;
	}

/* mobile button 
--------------------------------------------------------------*/
	.mobile-button {
	    display: none;
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    float: right;
	    top: 50%;
	    right: 0;
	    z-index: 1;
	    background-color: transparent;
	    cursor: pointer;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.mobile-button:before,
	.mobile-button:after,
	.mobile-button span {
	    background-color:#fff;
	    -webkit-transition:all ease 0.3s;
	    -moz-transition:all ease 0.3s;
	    transition:all ease 0.3s;
	}

	.header-style2 .mobile-button:before,
	.header-style2 .mobile-button:after,
	.header-style2 .mobile-button span {
	    background-color:#119146;
	}

	.mobile-button:before,
	.mobile-button:after {
	    content:'';
	    position:absolute;
	    top:0;
	    height:3px;
	    width:100%;
	    left:0;
	    top:50%;
	    -webkit-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	    transform-origin:50% 50%;
	}

	.mobile-button span {
	    position:absolute;
	    width:100%;
	    height:3px;
	    left:0;
	    top:50%;
	    overflow:hidden;
	    text-indent:200%;
	}

	.mobile-button:before {
	    -webkit-transform:translate3d(0,-7px,0);
	    -moz-transform:translate3d(0,-7px,0);
	    transform:translate3d(0,-7px,0);
	}

	.mobile-button:after {
	    -webkit-transform:translate3d(0,7px,0);
	    -moz-transform:translate3d(0,7px,0);
	    transform:translate3d(0,7px,0);
	}

	.mobile-button.active span {
	    opacity:0;
	}

	.mobile-button.active:before {
	    -webkit-transform:rotate3d(0,0,1,45deg);
	    -moz-transform:rotate3d(0,0,1,45deg);
	    transform:rotate3d(0,0,1,45deg);
	}

	.mobile-button.active:after {
	    -webkit-transform:rotate3d(0,0,1,-45deg);
	    -moz-transform:rotate3d(0,0,1,-45deg);
	    transform:rotate3d(0,0,1,-45deg);
	}

	.btn-submenu {
	    position: absolute;
	    right: 0;
	    top: 0;
	    font: 20px/50px 'FontAwesome';
	    text-align: center;
	    cursor: pointer;
	    width: 70px;
	    height: 44px;
        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s 
	}

	.btn-submenu:before {
	    content: "\f107";
	    color: #fff;
	}

	.btn-submenu.active {
	    transform: rotate(-180deg);
	}

/* mobile navigation 
--------------------------------------------------------------*/
	#mainnav-mobi {
	    display: none;
	    margin: 0 auto;
	    width: 100%;
	    position: absolute;
	    background-color: #222222;
	    z-index: 1000;
	    top:100%;
	    left: 0;
	}

	#mainnav-mobi ul {
	    display: block;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	#mainnav-mobi ul.menu {
		overflow-y: auto;
        height: calc(100vh - 135px);
	}

	#mainnav-mobi ul li {
	    margin:0;
	    position: relative;
	    text-align: left;
	    border-top: 1px solid #333333;
	    cursor: pointer;
	    padding: 0 0;
	}

	#mainnav-mobi ul > li > a {
	    text-decoration: none;
	    height: 50px;
	    line-height: 45px;
	    padding: 0 15px;
	    color: #fff;
	}

	#mainnav-mobi ul.sub-menu {
	    top: 100%;
	    left: 0;
	    z-index: 2000;
	    position: relative;
	    background-color: #333333;
	    width: 100%;
	    padding-left: 25px;
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: all 0s ease-in-out;
	    -moz-transition: all 0s ease-in-out;
	    -ms-transition: all 0s ease-in-out;
	    -o-transition: all 0s ease-in-out;
	    transition: all 0s ease-in-out;
	}

	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
	    position: relative;
	    border-top: 1px solid #333333;
	}

	#mainnav-mobi > ul > li > ul > li > ul > li a {
	    padding-left: 30px !important
	}

	#mainnav-mobi ul.sub-menu > li > a {
	    display: block;
	    text-decoration: none;
	    border-top-color: rgba(255,255,255,.1);
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}

	#mainnav-mobi > ul > li > ul > li:first-child a {
	    border-top: none;
	}

	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
	    color: #fff;
	}
	
	
/* flat-couter
-------------------------------------------------------------- */
	.flat-number-speak {
		background: #119146;
	}
	.flat-counter {
		margin-top: 68px;
	}
    .flat-counter ul {
        list-style-type: none;
    }

    .flat-counter ul li {
        display: inline-block;
        float: left; 
    }

    .flat-counter ul li.projects {
        margin-right: 147px;
    }

    .flat-counter ul li.professional {
        margin-right: 168px;
    }

    .flat-counter ul li.industries {
        margin-right: 197px;
    }

    .flat-counter .wrap-bg .numb-count {
        font-size: 100px;
        line-height: 50px;
        font-weight: 400;
        color: #119146;
    }

    .flat-counter .wrap-bg .name-count {
        font-size: 20px;
        line-height: 50px;
        font-weight: 400;
        color: #131d3b;
        margin-top: 29px;
    }

	/* canvas menu */
	.wrap-canvas-menu {
	    position: fixed;
	    height: 100%;
	    width: 260px;
	    padding-top: 44px;
	    top: 0;
	    bottom: 0;
	    font-size: .9em;
	    left: 0;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    z-index: 999999;
	    background-color: #222222;
	    color: #fff;
	    -webkit-overflow-scrolling: touch;
	    -webkit-transform: translate(-260px);
	    transform: translate(-260px);
	    transition: transform 0.3s ease-in-out 0s;
	}

	body.canvas-mb-active .wrap-canvas-menu {
	    transition: transform 0.3s ease-in-out 0s;
	    z-index: 999999;
	    -webkit-transform: translate(0px);
	    transform: translate(0px);
	}

	.wrap-canvas-menu .side-nav-panel-close {
	    display: block;
	    color: #fff;
	    position: absolute;
	    top: 10px;
	    right: 14.5px;
	    text-align: center;
	    text-decoration: none;
	    padding: 4px 8px;
	    line-height: 1em;
	}

	.panel-overlay {
	    opacity: 0;
	}

	body.canvas-mb-active .panel-overlay {
	    background: #000;
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 8999;
	    min-height: 100vh;
	    opacity: .35;
	    transition: opacity 0.3s ease-in-out 0s;
	}

	#nav-mobi ul li {
	    position: relative;
	}

	#nav-mobi ul li a {
		padding-left: 20px;
	    line-height: 40px;
	    height: 40px;
        color: #fff;
	}

	#nav-mobi .btn-submenu {
	    height: 40px;
	    line-height: 40px;
	}

	#nav-mobi ul.sub-menu li {
		padding-left: 20px;
	}

	#nav-mobi ul.sub-menu {
		background-color: #333333;
	}

	.main-history {
		padding: 120px 0 0;
	}

	.flat-founder .img-founder {
		position: relative;
	}

	.flat-founder .img-founder .title-founder {
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: #fff;
		padding: 57px 55px 60px 58px;
	    border-radius: 5px;
    	color: #181819;
	    max-width: 355px;
        font-size: 26px;
	}

	.flat-founder .img-founder .title-founder .color {
		color: #119146;
	}

	.flat-founder .content-founder {
	    max-width: 840px;
	    margin: 0 auto;
		margin-top: 55px;
		text-align: center;
		font-size: 18px;
	}

	.flat-founder .content-founder h2 {
	    color: #119146;
	    margin-bottom: 7px;
	    font-weight: 500;
	    font-style: normal;
	    font-size: 30px;
	    margin-top: 28px;
	}

	.flat-founder .content-founder span {
	    letter-spacing: 5.5px;
	}

	.flat-section-2 {
		padding: 114px 0 118px;
	}

	.flat-section-2 .title-section h4 {
		margin-top: 13px;
	}

	.flat-section-2 .title-section h2 {
		padding-right: 100px;
	}

	.one-of-two {
		margin-top: 46px;
		padding-right: 65px;
	}

	.accordion .accordion-toggle {
		border: 1px solid #f2f3f5;
		padding: 15px 30px 18px 28px;
		margin-top: 10px;
	}

	.accordion .accordion-toggle:first-of-type {
		margin-top: 0;
	}

	.accordion .accordion-toggle .toggle-title p {
		float: left;
		display: inline-block;
		font-size: 20px;
		line-height: 40px;
		font-weight: 500;
		color: #101933;
		max-width: 90%;
	}

	.accordion .accordion-toggle .toggle-title i {
		float: right;
		display: inline-block;
		background-color: #119146;
	    color: #ffffff;
	    width: 22px;
	    line-height: 22px;
	    border-radius: 50%;
	    text-align: center;
	    font-size: 9px;
	    margin-top: 5px;
	}

	.accordion .accordion-toggle .toggle-title.active i {
	    background-color: #f2f3f5;
    	color: #181819;
	}

	.accordion .accordion-toggle .toggle-title.active p,
	.accordion .accordion-toggle .toggle-title:hover p {
		color: #119146;		
	}

	.accordion .accordion-toggle .toggle-title:hover {
		cursor: pointer;
	}

	.accordion .accordion-toggle.active .toggle-title i:before {
		content: '\f068';
	}

	.accordion .accordion-toggle.active .toggle-content {
		margin-top: 31px;
	}

	.accordion .accordion-toggle.active .toggle-content p {
		font-size: 16px;
		font-weight: 500;
		color: #666d81;	
	}

	.accordion .accordion-toggle.active {
	    padding: 15px 30px 23px 28px;
	}

	.flat-new-letter .text-letter {
		margin-top: 22px;
	}

	.flat-new-letter .text-letter span {
		font-size: 30px;
		line-height: 30px;
		font-weight: 500;
		color: #fff;	
		letter-spacing: 0.1px;	
	}

	.flat-new-letter .content-letter {
		padding-left: 83px;
	}

	.flat-new-letter input {
		width: 66%;
		float: left;
	}

	.flat-new-letter button {
	    padding: 30px 50px;
	    text-align: center;
	    font-size: 18px;
	    line-height: auto;
	    font-weight: 500;
	    color: #fff;
	    border-radius: 4px;
	    border: 1px solid #119146;
	    width: 33%;
	    float: right;
	}

	.flat-new-letter button:hover {
		color: #119146;
		border: 1px solid #fff;
	}

	.flat-latest .featured-post {
		position: relative;
		overflow: hidden;
	}

	.flat-client {
		padding:  117px 0px;
	}
	
	.flat-started {
		background: #f2f3f5;
	}
	
/* widget Link Service 
-------------------------------------------------------------- */
	.widget-service-post ul {
	    list-style-type: none;
	    margin: 0;
	}

	#footer .widget-service-post ul li {
	    margin-bottom: 20px;
	}

	
	.widget-service-post ul {
	    border: 1px solid #e7eaee;
	    border-radius: 5px;
	    overflow: hidden;
	}

	
	.widget-service-post ul a {
	    display: block;
	    position: relative;
	    padding: 28px 75px 28px 45px;
	    font-size: 18px;
		line-height: 30px;
	    color: #181819;
	}

	
	.widget-service-post ul a:after {
	    content: "\f105 ";
	    font-family: "FontAwesome";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 45px;
	    background-color: #f2f3f5;
	    width: 22px;
	    height: 22px;
	    line-height: 22px;
	    font-size: 14px;
	    text-align: center;
	    border-radius: 50%;
	    color: #666d81;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	
	.widget-service-post ul li:not(:last-child) a {
	    border-bottom: 1px solid #e7eaee;
	}
	
	.widget-service-post ul a:hover,	
	.widget-service-post ul.flat-active li.on a {
	    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	    color: #fff;
	}
	
	.widget-service-post ul a:hover:after,	
	.widget-service-post ul.flat-active li.on a:after {
	    background-color: #fff;
	}
	
	.widget-service-post h6 {
	    margin-bottom: 0;
	    font-weight: 500;
	}
	
	.sidebar .widget.widget-service-post {
	    padding: 0;
	    border: none;
	}

	a.download {
		display: block;
	    text-align: center;
	    background-color: #55cf79;
	    border-radius: 5px;
	    color: #fff;
	    font-size: 18px;
	    line-height: 80px;
	    font-weight: 500;
	}

	a.download.bg-green {
		background: #1b1f2e;
	}

    .main-faqs {
        padding: 120px 0;
    }


/* hover
-------------------------------------------------------------- */
	/*hover-style1*/
	.hvr-shutter-out-vertical {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #f2f3f5;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		overflow: hidden;
	}

	.hvr-shutter-out-vertical:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
		color: #fff !important;
	}

	.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	/*hover-style2*/
	.hvr-shutter-out-verticall {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		overflow: hidden;
	}

	.hvr-shutter-out-verticall:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #181819;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-verticall:hover, .hvr-shutter-out-verticall:focus, .hvr-shutter-out-verticall:active {
		color: #fff !important;
	}

	.hvr-shutter-out-verticall:hover:before, .hvr-shutter-out-verticall:focus:before, .hvr-shutter-out-verticall:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	/*hover-style3*/
	.hvr-shutter-out-verticalll {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #f2f3f5;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		overflow: hidden;
	}

	.hvr-shutter-out-verticalll:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: transparent;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-verticalll:hover, .hvr-shutter-out-verticalll:focus, .hvr-shutter-out-verticalll:active {
		color: #119146;
	}

	.hvr-shutter-out-verticalll:hover:before, .hvr-shutter-out-verticalll:focus:before, .hvr-shutter-out-verticalll:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	/*hover-style4*/
	.hvr-shutter-out-verticallll {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #fff;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		overflow: hidden;
	}

	.hvr-shutter-out-verticallll:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #181819;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-verticallll:hover, .hvr-shutter-out-verticallll:focus, .hvr-shutter-out-verticallll:active {
	  color: #fff;
	}

	.hvr-shutter-out-verticallll:hover:before, .hvr-shutter-out-verticallll:focus:before, .hvr-shutter-out-verticallll:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	/*hover-style5*/
	.hvr-shutter-out-verticalllll {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #181819;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		overflow: hidden;
	}

	.hvr-shutter-out-verticalllll:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-verticalllll:hover, .hvr-shutter-out-verticalllll:focus, .hvr-shutter-out-verticalllll:active {
	  color: #fff;
	}

	.hvr-shutter-out-verticalllll:hover:before, .hvr-shutter-out-verticalllll:focus:before, .hvr-shutter-out-verticalllll:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.img-hover img {
	    transition: all 1s ease;
	    -webkit-transition: all 1s ease;
	    -moz-transition: all 1s ease;
	    -o-transition: all 1s ease;
	}

	.img-hover img:hover {
	    transform: scale(1.1,1.1);
	    -webkit-transform: scale(1.1,1.1);
	    -moz-transform: scale(1.1,1.1);
	    -o-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	}

	.straight {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.bg_f2f3f5 {
		background-color: #f2f3f5;
	}

	.color-white {
		color: #fff !important;
	}

	.color-orange {
		color: #119146 !important;
	}

	.color-b6bbcc {
		color: #ffffff !important;
	}

	
/**
    * image-box
    * title-section
    * flat-couter
    * flat-button
    * flat-table
    * flat-progress
    * flat-testimonials
    * flat-tabs
    * flat-team
    * flat-video
    * timeline
    * spacer
    * testimonails-slider
*/


/* image-box
-------------------------------------------------------------- */
    .imageyzlcon-item .imageyzlcon.style1 {
        position: relative;
		margin-bottom: 30px;
        overflow: hidden;
    }

    .imageyzlcon-item .imageyzlcon-image {
        position: relative;
    }

    .imageyzlcon-image img {
        width: 100%;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title {
        background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        border-radius: 4px;
        text-align: center;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 21px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	
    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title h2 {
        line-height: auto;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title a {
		display: block;
        width: 100%;
        font-size: 20px;
        line-height: 60px;
        font-weight: 500;
        color: #fff;
		padding: 0 20px;
    }

    .imageyzlcon-item.active .imageyzlcon.style1 .imageyzlcon-title {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
        padding: 48px 48px 39px 48px;
        transform: translateY(100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .imageyzlcon-item .imageyzlcon.style1:hover .imageyzlcon-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .imageyzlcon-item.active .imageyzlcon.style1 .imageyzlcon-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content h3 a {
        font-size: 20px;
        line-height: auto;
        font-weight: 500;
        color: #181819;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content h3 a:hover {
        color: #119146;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content p {
        font-size: 16px;
        line-height: 30px;
        color: #707789;
        font-weight: 500;
        letter-spacing: 0;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content h2 a {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        color: #119146;
        letter-spacing: 2.7px;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content h2 a:hover {
        color: #181819;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content h2 {
        position: relative;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content .imageyzlcon-button {
      margin-top: 13px;
    }

    .imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content .imageyzlcon-desc {
      margin-top: 21px;
    }
	
	
/* flat row
--------------------------------------------------------------*/
	.flat-row.style2 {
		background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
		padding: 120px 0;
	}

	.flat-row .wrap-row {
		text-align: center;
	}

	.flat-row p {
		font-size: 24px;
		font-weight: 400;
		color: #fff;	
		letter-spacing: 3px;
	}

	.flat-row span {
	    font-size: 32px;
	    font-weight: 700;
	    color: #fff;
	    line-height: 60px;
	    margin-top: 15px;
	    display: inline-block;
	    padding: 0 60px;
        width: 100%;	
        letter-spacing: 3px;		
	}

	.flat-row button,
	.flat-row .themesflat-btn {
	    padding: 29px 58px;
	    background-color: #fff;
	    border-radius: 4px;
	    border: 1px solid #fff;
	    margin-top: 40px;
	    display: inline-block;
	}

	.flat-row .themesflat-btn {
		padding: 15px 50px;
	}

	.flat-row button a,
	.flat-row .themesflat-btn {
		font-size: 18px;
		font-weight: 700;
		color: #131d3b;
	}

	.flat-row button:hover a,
	.flat-row .themesflat-btn:hover {
		color: #fff;
	}

	.main-home1 .flat-company {
		margin-top: 0;
	}

	.main-home1 .flat-company .flat-carousel-box {
		border-top: 1px solid #f2f3f5;
		padding: 117px 0 90px;
	}

	.main-home2 .flat-company .flat-carousel-box {
	    border-top: 1px solid #f2f3f5;
	    padding: 117px 0 90px;
	}
	
	
/* flat project
--------------------------------------------------------------*/
	.flat-projects .project-menu {
		text-align: center;
		margin-bottom: 40px;
	}

	.flat-projects ul.flat-filter {
		display: inline-block;
	}

	.flat-projects ul.flat-filter li {
	    display: inline-block;
	    float: left;
	    margin: 5px;
	}

	.flat-projects ul.flat-filter li a {
		padding: 14px 40px;
		background-color: #f2f3f5;
		font-size: 18px;
		font-weight: 700;
		color: #666d81;
		border-radius: 4px;
		display: inline-block;
	}

	.flat-projects .filter-content {
		margin-top: 0px;
	}

	.flat-projects.style2 .filter-content {
		margin-top: 95px;
	}


	.flat-projects ul.flat-filter li.active a {
		background-color: #119146;
		color: #fff;
	}

	.flat-projects.style1 .project-inner {
	    width: 25%;
	    float: left;
	}

	.flat-projects .project-inner {
		position: relative;
	}

	.flat-projects .project-inner img {
		width: 100%;
	}

	.flat-projects .project-inner .project-image {
	    position: relative;
	}

	.project-inner .project-image .overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-image: linear-gradient(180deg, #0a1126 8%, transparent 33%, transparent 60%, #0a1126 100%);
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.project-inner:hover .project-image .overlay,
	.project-inner.active .project-image .overlay {
	    background-color: #0a1126;
	    opacity: 0.7;
	}

	.flat-projects .project-inner .project-title {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 55px;
	    padding: 0 63px;
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-projects .project-inner .project-title h2 a {
		font-size: 30px;
		font-weight: 700;
		color: #fff;
		line-height: 1.2;
	}

	.flat-projects .project-inner .project-title h2 a:hover {
		color: #119146;
	}

	.flat-projects .project-inner .project-bottom {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 23px;
	    padding: 0 63px;
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(-100%);
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-projects .project-inner .project-bottom h4 a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #119146;
		letter-spacing: 2.7px;
	}

	.flat-projects .project-inner .project-bottom:hover h4 a {
		color: #fff;
	}

	.flat-projects .project-inner.active .project-bottom h4 a {
		color: #fff;
	}

	.flat-projects .project-inner .project-bottom h4 {
		position: relative;
	}

	.flat-recent-project {
		padding: 113px 0 120px;
	}

	/* project details */
	.main-project-details {
		padding: 120px 0 106px;
	}

	.main-project-details .image-wrap {
		position: relative;
	}

	.main-project-details .image-wrap .icon-plus:before,
	.main-project-details .image-wrap .icon-plus:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;	
		z-index: 1;	
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-project-details .image-wrap .icon-plus:before {
		width: 30px;
		height: 2px;
	}

	.main-project-details .image-wrap .icon-plus:after {
		width: 2px;
		height: 30px;
	}
	
	.main-project-details .image-wrap:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: rgba(19, 29, 59, 0.9);
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-project-details .image-wrap:hover:after {
	   opacity: 1;
	}

	.main-project-details .image-wrap:hover .icon-plus:before,
	.main-project-details .image-wrap:hover .icon-plus:after {
		opacity: 1;
		visibility: visible;
	}

	.main-project-details .image-wrap i {
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		color: #fff;
		font-size: 20px;
	}

	.main-project-details .image-wrap:hover i {
		opacity: 0.9;
	}

	.flat-info {
		margin-top: 60px;
	}

	.flat-info .wrap-info .info-inner {
		padding: 44px 49px 27px 49px;
		border: 1px solid #f2f3f5;
	}

	.flat-info .wrap-info .info-inner h5 {
		margin-bottom: 6px;
	}

	.flat-info .wrap-info .info-inner h5 a {
	    font-size: 20px;
	    font-weight: 400;
	    color: #131d3b;
	}

	.flat-info .wrap-info .info-inner ul {
		display: block;
	}

	.flat-info .wrap-info .info-inner ul li {
		display: block;
		padding: 11px 0;
	}

	.flat-info .wrap-info .info-inner ul li p {
		display: inline-block;
	    font-size: 16px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #707789;
	}

	.flat-info .wrap-info .info-inner ul li p.info {
	    font-size: 16px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #131d3b;
	    padding-left: 7px;
	}

	.flat-info .wrap-info .info-inner ul li p.price {
	    font-size: 16px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #119146;
	    padding-left: 7px;
	}

	.flat-info .wrap-info .info-button {
		margin-top: 10px;
	    width: 100%;
	    height: 53px;
	    background-color: #119146;
	    border-radius: 0 0 4px 4px;
	    border: 1px solid #119146;
	    text-align: center;
	}

	.flat-info .wrap-info .info-button a {
	    font-size: 16px;
	    line-height: 53px;
	    font-weight: 700;
	    color: #fff;
	}

	.flat-info .wrap-info .info-button:hover {
		border: 1px solid #131d3b;
	}

	.flat-info .wrap-info .info-button:hover a {
		color: #fff;
	}

	.flat-info .wrap-content h1 {
	    font-size: 40px;
	    line-height: 30px;
	    font-weight: 700;
	    color: #131d3b;	
	}

	.flat-info .wrap-content .text-top p {
		margin-top: 38px;
	}

	.flat-info .wrap-content p {
	    font-size: 16px;
	    line-height: 30px;
	    font-weight: 400;
	    color: #707789;	
	    margin-bottom: 7px;
	}

	.flat-info .wrap-content .text-centerr {
		margin-top: 51px;
		padding-bottom: 45px;
		border-bottom: 1px solid #f2f3f5;
	}

	.flat-info .wrap-content .text-centerr .text-centerr-inner {
		margin-top: 61px;
	}

	.flat-info .wrap-content .text-centerr .icon-inner {
		float: left;
		margin-right: 42px;
	    font-size: 57px;
		color: #119146; 
	    margin-top: 7px;
	}

	.flat-info .wrap-content .text-centerr .text-inner {
		overflow: hidden;
	}

	.flat-info .wrap-content .text-centerr .text-inner h4 {
	    font-size: 24px;
	    line-height: 34px;
	    font-weight: 400;
	    color: #131d3b;		
	    margin-bottom: 35px;
	}

	.flat-info .wrap-content .text-bottom {
		margin-top: 52px;
	}

	.flat-feedback {
		background-color: #f2f3f5;
		padding: 120px 0 90px;
	}

	.flat-feedback .wrap-feedback {
		background-color: #fff;
		padding: 60px;
		margin-bottom: 30px;
	}

	.flat-feedback .wrap-feedback .featured-post {
		max-width: 80px;
		max-height: 80px;
		overflow: hidden;
		border-radius: 50%;
	}

	.flat-feedback .wrap-feedback .content-post {
		margin-top: 30px;
	}

	.flat-feedback .wrap-feedback .content-post p.text {
	    font-size: 20px;
	    line-height: 36px;
	    font-weight: 400;
	    color: #666d81;	
	    padding-bottom: 23px;
	    position: relative;
	}

	.flat-feedback .wrap-feedback .content-post p.text:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e7eaee;
	}

	.flat-feedback .wrap-feedback .content-post p.text:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0%;
		width: 6%;
		height: 1px;
		background-color: #119146;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-feedback .wrap-feedback:hover .content-post p.text:after {
		left: 100%;
	}

	.flat-feedback .wrap-feedback .content-post p.name {
	    font-size: 20px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #119146;	
	    margin-top: 26px;
	}

	.flat-feedback .wrap-feedback .content-post p.regency {
	    font-size: 12px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #666d81;	
	    margin-top: 3px;
	    letter-spacing: 2.3px;
	}

	.flat-feedback .wrap-feedback .content-post .button {
		width: 30px;
		height: 30px;
		background-color: #119146;
		border-radius: 40px;
		text-align: center;
		margin-top: 11px;
		position: relative;
	}

	.flat-feedback .wrap-feedback .content-post .button i {
		color: #fff;
		font-size: 9px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.flat-company {
		margin-top: 115px;
		text-align: center;
	}

	.main-home2 .flat-company {
		margin-top: 119px;
		text-align: center;
	}

	.flat-company .image img {
		opacity: 0.6;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-company .image:hover img {
		opacity: 1;
	}

	.flat-company .image.active img {
		opacity: 1;
	}
	
	
/* flat-video
--------------------------------------------------------------*/
@-webkit-keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}
@keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}
    .flat-video {
		position: relative;
        background-image: url(../images/video-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 300px 0 130px;
        text-align: center;
    }
	.flat-video::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		filter: alpha(opacity = 10);
		opacity: 0.1;
		-moz-opacity: 0.1;
		content: "";
		z-index: 99;
	}
	.flat-video .container {
		position: relative;
		z-index: 199;
	}

    .flat-video.style2 {
        padding: 263px 0 241px;
    }

    .video-yzlcon span.popup-video {
        width: 100px;
        height: 100px;
        background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        color: #fff;
        text-align: center;
        border-radius: 90px;
        line-height: 100px;
		cursor: pointer;
    }

    .video-yzlcon span.popup-video {
        position: absolute;
        top: -200%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-yzlcon span.popup-video:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: -1;
        -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
        -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
        -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
        animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    }

    .flat-video .wrap-video span {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        line-height: 60px;
    }

    .flat-video .wrap-video {
        padding: 0 20px;
    }

	

/* title-section
-------------------------------------------------------------- */
    .title-section.style1 {
      text-align: center;
      padding: 0 200px;
    }

    .title-section.style2 {
      overflow: hidden;
    }

    .title-section h4 {
      margin-top: 23px;
      font-size: 16px;
      font-weight: 500;
      color: #666d81;
      letter-spacing: 3.2px;
    }

    .title-section h2 {
      margin-bottom: 30px;
      font-size: 32px;
      font-weight: 500;
      line-height: 50px;
      color: #181819;
    }

    .title-section.style3 h4 {
        margin-top: 12px;
    }

    .title-section .text {
        margin-top: 40px;
    }

    .divider.height300px {
      height: 300px;
    }

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1679px) {
	.sidebar-inner .widget {
    padding: 20px;
}
}
@media only screen and (max-width: 1399px) {
	.post-title a {
		line-height: 40px;
	}

	.flat-request .request-inner {
	    padding: 12.6% 9.2% 0 6.3%;
	}

	.imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-content {
	    padding: 48px 30px 39px 30px;
	}

.sidebar-inner .widget {
    padding: 20px;
}
.sidebar-inner .widget-recent ul li .widget-text .yzlcms-time {
	display:none;
}
.sidebar-inner .widget-recent ul li .widget-text p {
    margin-top: 0px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) { 

}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.header-wrap-inner.style1 .header-top-logo ul {
		display: none;
	}
.yzlcms-header #mainnav > ul.menu > li {
    margin-left: 20px;
}
	.yzlcms-footer.style1 .footer {
		overflow: hidden;
	}
	.yzlcms-footer.style1 .widget-yzlcms-footer,
	.flat-sections .section-image .image-box {
        width: 25%;
	}
	.yzlcms-footer.style1 .widget-yzlcms-footer:last-child {
		display:none;
	}
	.main-blog-list .post .featured-post {
    	margin-right: 30px;
    }
    .main-blog-list .post .content-post p {
    	margin-top: 0;
    }
    .main-blog-list .post .content-post h4 {
    	margin-top: 10px;
    }
    .main-blog-list .post .content-post h4:before {
		width: 74%;
	}

	.main-blog-list .post .content-post h4:after {
		right: 70%;
	}

	.divider.height300px {
	    height: 50px;
	}

	.flat-sections .wrap-sections {
		margin-top: 100px;
	}

	.flat-sections {
		margin: 0;
	}

	.flat-slider.style1 .icon ul li {
		display: none;
	}

	.flat-tabs ul.menu-tab li {
	    margin: 0 0px;
	    width: 20%;
        padding: 61px 35px 54px;
	}

	.flat-request .request-inner {
		padding: 12.6% 5% 0 5%;
	}

	.desk-mg-top-280px {
		margin-top: -222px;
	}

	.flat-row span,
	.flat-row .wrap-row,
	.flat-new-letter .content-letter,
	.flat-video .wrap-video {
		padding: 0;
	}

	.flat-new-letter button {
		padding: 30px 15px;
	}

	.flat-projects.style2 .title-projects {
		max-width: 970px;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.flat-section-2 .text-section {
		padding: 79px 70px 71px 74px;
	}
	
.yzlcms-header .header-button {
	display:none;
}
.title-section h2 {
    margin-bottom: 0px;
    font-size: 28px;
}
.flat-welcome .info-welcome h2 {
    font-size: 28px;
	margin-top: 0px;
}
.flat-our-services.style1 .post .content-post a {
    font-size: 18px;
}
.main-services .post .content-post h3 {
    font-size: 18px;
}
.main-services-details .post-wrap .content-post h1 {
    font-size: 24px;
}
.flat-latest .post .content-post h3 a {
    font-size: 18px;
    line-height: 30px;
}
.main-blog-post .post .content-post h3 a {
    font-size: 18px;
    line-height: 30px;
}

.slider-content a.hvr-shutter-out-verticall {
    padding: 15px 50px;
}
.flat-welcome .info-welcome .info-button a {
    padding: 15px 50px;
    margin-top: 20px;
}
.flat-latest .button-latest a {
    padding: 15px 50px;
}

.flat-our-services.style1 {
    padding: 60px 0;
}
.flat-welcome {
    padding: 60px 0;
}
.flat-recent-project {
    padding: 60px 0;
}
.flat-latest {
    padding: 60px 0;
}
.flat-latest .post {
    margin-top: 60px;
}
.main-services {
    padding: 60px 0;
}
.main-services-details {
    padding: 60px 0;
}
.main-blog-post {
    padding: 60px 0;
}
.main-blog-single {
    padding: 60px 0;
}
	
.flat-welcome .info-welcome p {
    margin-top: 20px;
}	

.widget-service-post ul a {
    padding: 20px 45px 20px 20px;
    font-size: 16px;
}
.widget-service-post ul a:after {
    right: 20px;
}

.sidebar-inner .widget-recent ul li .widget-text .yzlcms-time {
    display: block;
}
	
}

/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
	.yzlcms-header .nav-wrap  ul.menu > li {
		line-height: 50px;
	}
	.row-desk {
		margin-left: -15px;
		margin-right: -15px;
	}

	.top-bar {
		padding: 10px 0;
	}

	.header-top-logo ul,
	.header-wrap-inner.style1,
	#mainnav-mobi ul > li > a i,
	.owl-carousel .owl-nav,
	.flat-welcome .image-inner,
	header.header-style2 .header-social, 
	header.header-style2 .button-header,
	.mobi-hide,
	#mainnav ul.sub-menu > li {
		display: none;
	}

	.yzlcms-header .header-wrap {
		position: static;
		bottom: unset;
		background: transparent;
		display: table;
		box-shadow: none;
	}
	.yzlcms-header.fixed-header .header-wrap {
		box-shadow: none;
	}
	.yzlcms-header .header-wrap .header-mtop-logo {
		display: table-cell;
    	vertical-align: middle;
	}

	.yzlcms-header {
	    background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
        background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	}
	
.yzlcms-header.fixed-header {
    background-color: #119146;
}

	header .nav-wrap ul.sub-menu li:hover, 
	header ul.sub-menu > li.active {
		background: transparent;		
	}

	header .nav-wrap ul.sub-menu li:hover > a, 
	header ul.sub-menu > li.active > a,
	#mainnav-mobi ul > li.active > a,
	#mainnav-mobi ul.sub-menu > li > a:hover, 
	#mainnav-mobi > ul > li > ul > li.active > a,
	#nav-mobi ul > li.active > a,
	#nav-mobi ul.sub-menu > li > a:hover, 
	#nav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}

	#mainnav-mobi ul > li > a {
	    padding-left: 20px;
    	line-height: 50px;
	}

	#mainnav-mobi ul.sub-menu > li , 
	#mainnav-mobi ul.sub-menu > li ul li {

	}

	.btn-submenu {
		line-height: 50px;
		height: 50px;
	}

	.no-gutters {
		margin-right: -15px;
		margin-left: -15px;
	}

	.no-gutters > .col,
	.no-gutters > [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}

	.yzlcms-header #mainnav-mobi {
		top: 100%;
	}

    .yzlcms-header.fixed-header #mainnav-mobi {
    	top: 100%;
    }

	.yzlcms-header .mobile-button {
	    display: block;
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    float: right;
	    top: 50%;
	    right: 15px;
	}

	.yzlcms-header .search {
	    display: none;
	}

	.yzlcms-header .header-button {
		display: none;
	}

	.yzlcms-header .mobile-button {
		display: block;
	}

	header.style2 .header-wrap {
		height: 78px;
		display: table;	   
		position: relative; 
	}

	header.style2 .logo {
		margin: 0;
		display: table-cell;
		width: auto;
    	vertical-align: middle;
	}

    .yzlcms-footer.style1 .widget-about, 
	.yzlcms-footer.style1 .widget-explore, 
	.yzlcms-footer.style1 .widget-links {
		width: 33.33%;
		overflow: hidden;
	}

	.yzlcms-footer.style1 .widget-blog, 
	.yzlcms-footer.style1 .widget-contact {
		width: 50%;
		overflow: hidden;
	}

	.yzlcms-footer.style1 .widget-links {
		margin-bottom: 60px;
	}

	.main-blog-list .post .featured-post {
		float: unset;
		margin-right: 0;
	}

	.main-blog-list .post .content-post {
		margin-top: 40px;
	}

	.main-blog-list .post .content-post p {
    	margin-top: 28px;
    }

    .main-blog-list .post .content-post h4 {
    	margin-top: 24px;
    }

    .main-blog-post,
    .main-blog-list-small,
    .main-project-grid,
    .main-project-details,
    .main-project-fullwidth,
    .main-services,
    .flat-client,
    .main-services-details,
    .flat-testimonials,
    .flat-team,
    .flat-row.style2,
    .main-about .flat-company .flat-carousel-box,
    .flat-section-2,
    .flat-advice,
    .flat-our-services.style1,
    .flat-section,
    .flat-feedback.style2,
    .flat-new-letter,
    .main-home1 .flat-company .flat-carousel-box,
    .main-home2 .flat-company .flat-carousel-box {
    	padding: 60px 0;
    }

    .yzlcms-footer.style1,
    .main-about,
    .main-history,
    .flat-feedback,
    .main-faqs,
    .flat-request .request-inner {
    	padding-top: 60px; 
    }

    .flat-video.style2,
    .flat-latest-new {
    	padding-bottom: 100px;
    }

    .flat-feedback {
    	padding-bottom: 70px;
    }

    .yzlcms-footer.style1 .bottom-inner,
    .flat-company,
    .main-home2 .flat-company {
    	margin-top: 60px;
    }

    .main-blog-list-small .post .featured-post {
    	float: none;
		margin-right: 0px;
		margin-bottom: 30px;
    }

    .project-wrap {
    	flex-wrap: wrap;
    	display: flex;
    }

    .flat-projects.style1 .project-inner {
	    width: 50%;
	}

	.widget-service-post ul a {
		line-height: 1.3;
	}

	.video-yzlcon span.popup-video {
		top: -100px;
	}

	.flat-video .wrap-video,
	.title-section.style1,
	.flat-row .wrap-row,
	.flat-row span,
	.flat-section-2 .title-section h1,
	.one-of-two,
	.flat-sections .section-image .image-box,
	.flat-new-letter .content-letter,
	.flat-section .section-text {
		padding: 0;
	}

	.flat-testimonials .avatar-testimonials,
	.flat-testimonials .text-testimonials,
	.themesflat_sc_vc-teammembers .team-image img,
	.flat-post .featured-post img,
	.flat-welcome .image-wrap img,
	.flat-team .post .featured-post img,
	.flat-our-services.style1 .post .featured-post img,
	.flat-latest .featured-post img {
		width: 100%;
	}

	.flat-sections,
	.flat-request,
	.desk-mg-top-280px,
	.flat-new-letter .text-letter {
		margin: 0;
	}

	.flat-latest .post,
	.flat-feedback.style2 {
		margin-top: 30px;
	}
	
	.flat-request .request-form,
	.flat-request .request-inner {
		width: 100%;
		float: none;		
	}

	.flat-request .request-inner,
	.flat-request .request-form .comment-form,
	.flat-request .request-form > .title-section {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.flat-new-letter .text-letter,
	.flat-new-letter .content-letter {
		text-align: center;
	}

	.flat-new-letter .text-letter {
		margin-bottom: 30px;
	}

	.flat-founder .img-founder .title-founder {
		width: 100%;
	    padding: 30px;
	    position: relative;
	    top: 0;
	    left: 0;
	    background-color: #f7f7f7;
	    border-radius: 4px;
	    text-align: center;
	    max-width: unset;
	}

	.accordion .accordion-toggle {
		padding: 18px 30px 18px 28px;
	}

	.accordion .accordion-toggle .toggle-title p {
		line-height: 28px;
	}

	.flat-projects .project-inner .project-bottom,
	.flat-projects .project-inner .project-title {
		padding: 0 30px;
	}

	.flat-projects.style2 .title-projects {
		max-width: 750px;
	}
	
	
.yzlcms-header .header-wrap .header-mtop-logo img {
	height:40px;
}
.title-section h2 {
    font-size: 26px;
}
.flat-welcome .info-welcome h2 {
    font-size: 26px;
	line-height: 40px;
	margin-top: 40px;
}
.flat-welcome .info-welcome p {
    margin-top: 10px;
}
.flat-welcome .info-welcome .about-des {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.main-services-details .post-wrap .content-post h1 {
    font-size: 20px;
}
.main-services-details .post-wrap .content-post p {
    font-size: 16px;
}

.main-blog-single .post .content-post h1 {
    font-size: 20px;
    line-height: 32px;
}

.flat-welcome {
    padding: 40px 0;
}
.flat-recent-project {
    padding: 40px 0;
}
.flat-latest {
    padding: 40px 0;
}

.flat-our-services.style1 .post {
    margin-top: 40px;
}
.flat-recent-project .imageyzlcon-item {
    margin-top: 40px;
}

.yzlcms-footer.style1 .widget-yzlcms-footer, .flat-sections .section-image .image-box {
    width: 50%;
	margin-bottom:30px;
}

.sidebar-wrap-l {
	display:none;
}
.sidebar-inner-r {
    margin-top: 40px;
}

}


/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.main-blog-single .main-author .image-author {
		float: unset;
	}

	.main-blog-single .main-author .info-author,
	.main-blog-single .blog-comments .post-comment,
	.flat-info {
		margin-top: 20px;
	}

	.main-blog-single .social-wrap .text-social {
		float: unset;
	}

	.main-blog-single .social-wrap .text-social ul li {
		margin-left: 0;
		margin-right: 35px;
	}

	.main-blog-single .blog-comments .avatar {
		float: unset;
	}

	.main-blog-single .comment-respond .comment-form-author,
	.main-blog-post .featured-post img,
	.main-project-details .image-wrap img,
	.main-services .post .featured-post img,
	.main-blog-post .featured-post,
	.main-blog-list .post .featured-post,
	.main-blog-list .post .featured-post img,
	.flat-team .post .featured-post img {
		width: 100%;
	}

	.main-blog-single .comment-respond .comment-form-email {
		float: left;
		width: 100%;
		margin-top: 0;
	}

	.flat-projects.style1 .project-inner {
	    width: 50%;
	}

	.main-project-details .image-wrap {
		margin-bottom: 30px;
	}

	.flat-info .wrap-info {
		margin-bottom: 50px;
	}

	.widget-service-post ul a {
	    padding: 25px 70px 25px 49px;
	}

    .main-services-details {
    	padding: 30px 0;
    }

	.flat-new-letter input,
	.flat-new-letter button {
		width: 100%;
    	float: none;
	}

	#nav-testimonial li {
		margin-right: 0 !important;
	}

	.flat-feedback .wrap-feedback,
	.flat-section-2 .text-section {
		padding: 60px 30px;
	}

	.flat-post .post .content-post {
		padding: 43px 30px 39px;
	}

	.flat-tabs .content-wrap .content-text {
		padding: 57px 30px 49px;
	}

	.main-blog-single .blockquote-wrap {
		padding: 41px 30px 43px;
	}

.yzlcms-header .header-wrap {
    height: 60px;
}	
.yzlcms-header .header-wrap .header-mtop-logo img {
    height: 30px;
}
.slider-content a.hvr-shutter-out-verticall {
    padding: 5px 30px;
	font-size: 16px;
}
.flat-welcome .info-welcome .info-button a {
    padding: 5px 30px;
	font-size: 16px;
}
.flat-latest .button-latest {
    margin-top: 10px;
}
.flat-latest .button-latest a {
    padding: 5px 30px;
	font-size: 16px;
}
.mobile-button:before, .mobile-button:after {
    height: 2px;
}
.mobile-button span {
    height: 2px;
}


.flat-our-services.style1 .post .content-post a {
    font-size: 16px;
	line-height: 26px;
}
.imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title a {
    font-size: 16px;
    line-height: 46px;
}
.main-services .post .content-post h3 {
    font-size: 16px;
}

.flat-latest .post .content-post h3 a {
    font-size: 16px;
    line-height: 26px;
}
.main-blog-post .post .content-post h3 a {
    font-size: 16px;
    line-height: 26px;
}
	
}


@media only screen and (max-width: 575px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {	  	
	  	width: 100%;
	}

	.timeline::after { 
        left: 31px; 
    }
    .timeline-container { 
        width: 100%; 
        padding-left: 70px; 
    }

    .timeline-container::before { 
        left: 60px; 
        border: medium solid white; 
        border-width: 10px 10px 10px 0; 
        border-color: transparent white transparent transparent; 
    }

    .timeline-left::after, 
    .timeline-right::after { 
        left: 20px; 
    }

    .timeline-right { 
        left: 0%; 
    }

    .timeline-left-all h2{ 
        margin: 0px;
        width: 100%; 
        padding-left: 65px; 
        padding-bottom: 10px; 
        margin-bottom: 0px !important; 
        color: #119146; 
        text-align: left !important; 
    }

    .timeline-right-all h2{ 
        margin: 0px; 
        width: 100%; 
        padding-left: 65px; 
        padding-bottom: 10px; 
        margin-bottom: 0px !important; 
        color: #119146; 
        text-align: left !important; 
    }

    .timeline-container .highlight { 
        left: -50px; 
        transform: translateX(0%); 
    }

    .timeline-left .timeline-content{ 
        text-align: left; 
    }
    .timeline-content { 
        padding-right: 20px !important; 
        padding-left: 0px !important; 
    }  

    .flat-why-choose .image-why-choose .image-wrap {
		margin-right: 0;
		float: none;
	} 

	.flat-why-choose .image-why-choose .text-info {
		margin: 30px 0;
    	text-align: center;
	}

	.flat-why-choose .image-why-choose .info,
	.flat-sections .section-image .image-box .meta-avatar,
	.flat-request .request-inner .meta-img {
		transform: rotate(0deg);
	    position: relative;
	    top: unset;
	    right: unset;
	    left: unset;
	    bottom: unset;
	    width: 100%;
	    text-align: center;
	}

	.flat-section-2 .text-section {
	    padding: 80px 30px 80px 30px;
	}

.top-bar {
    padding: 6px 0 15px 0;
}
	.top-bar.style2 .top-bar-content,
	.top-bar.style2 .top-bar-language {
		width: 100%;
	    display: block;
	    text-align: center;
	    float: none;
	}

	.top-bar.style2 .top-bar-language {
		margin-top: 10px;
	}

	.wrap-language {
		display: inline-block;
		margin-left: 0px;
	}

	.flat-sections .wrap-sections {
	    padding: 70px 50px;
	}
	
h2 {
    font-size: 16px;
    line-height: 26px;
}
.title-section h2 {
    font-size: 20px;
	line-height: 30px;
}
.flat-welcome .info-welcome h2 {
    font-size: 20px;
	line-height: 30px;
}
.main-services-details .post-wrap .content-post h1 {
    line-height: 30px;
}
.meta-post-shared2 {
    margin-bottom: 10px;
}
.main-blog-single .post .content-post h1 {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 10px;
}

.flat-latest .button-latest {
    display: none;
}

}

/* Mobile Portrait Size */
@media only screen and (max-width:575px) {
	.main-blog-single .main-author {
		padding: 20px 20px;
	}
	.main-blog-single .social-wrap .text-button ul {
		margin-top: 10px;
	}

	.flat-contact .comment-form-author,
	.flat-contact .comment-form-email {
	    float: none;
	    width: 100%;
	}

	.flat-projects.style1 .project-inner {
	    width: 100%;
	}

	.flat-sections .section-image .image-box .meta-avatar {
		transform: rotate(0deg);
	    position: relative;
	    top: unset;
	    right: unset;
	    width: 100%;
	}	

}

@media (max-width: 575px) {
	.top-bar .top-bar-search,
    .top-bar .top-bar-language,
    .top-bar .top-bar-content {
    	width: 100%;
    	text-align: center;
    }

    .yzlcms-footer.style1 .widget-about, 
	.yzlcms-footer.style1 .widget-explore, 
	.yzlcms-footer.style1 .widget-links,
	.yzlcms-footer.style1 .widget-blog, 
	.yzlcms-footer.style1 .widget-contact {
	    width: 100%;
	    overflow: hidden;
	    margin-bottom: 40px;
	}

	.yzlcms-footer.style1 .widget:last-of-type {
		margin-bottom: 0;
	}

	.main-services-details .post-inner .featured-post,
	.main-services-details .post-inner .content-post,
	.main-services-details .post-inner.style2 .content-post {
		float: none;
    	width: 100%;
    	padding: 0;
	}

	.flat-testimonials .avatar-testimonials ul li.shirley,
	.flat-testimonials .avatar-testimonials ul li.mike {
        margin-right: 10px;
    }

    .flat-counter ul li {
		width: 100%;
		float: none;	
	}

	.flat-tabs ul.menu-tab li {
	    width: 50%;
	    margin-bottom: 1px;
	}

	.flat-tabs .content-wrap .content-text h4 {
	    margin-top: 70px;
	}

	.flat-sections .wrap-sections {
        padding: 50px 30px;
	}

	#nav-testimonial li {
		width: 120px !important;
	}

}

@media (max-width: 375px) {
	.flat-latest .latest-inner .post-menu {
	    padding: 17px 30px 41px;
	}

	.flat-our-services.style1 .post .content-post,
	.main-services .post .content-post {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-blog-single .blockquote-wrap {
		padding: 40px 30px;
	}

	.flat-feedback .wrap-feedback {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 320px) {	
	.flat-testimonials .avatar-testimonials ul li.shirley,
	.flat-testimonials .avatar-testimonials ul li.mike {
        margin-right: 5px;
    }

    .flat-tabs ul.menu-tab li {
	    width: 100%;
	    margin-bottom: 1px;
	}

	#nav-testimonial li {
		width: 100px !important;
	}

	.flat-feedback .wrap-feedback {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}   

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-phone:before {
  content: "\f095";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-check:before {
    content: "\f00c";
}
.fa-play:before {
    content: "\f04b";
}
.fa-search:before {
    content: "\f002";
}

.tags {
	margin: 30px 0 0 0;
}
.tags a {
	background: #f2f3f5;
    color: #666d81;
    padding: 3px 15px;
    border-radius: 4px;
    margin: 5px 10px 5px 0;
    display: inline-block;
}
.tags a:hover {
	background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
	color: #ffffff;
}

.widget-need-help {
	padding: 50px 45px;
	margin-top: 30px;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -webkit-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
    background-image: -ms-linear-gradient( 0deg, #119146 0%, #58bb75 100%);
}

.widget-need-help .heading {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.widget-need-help p {
	color: #fff;
}

.widget-need-help p:not(:last-child) {
	margin-bottom: 20px;
}

.widget-need-help span {
	font-size: 26px;
	color: #fff;
}

.widget-need-help span:before {
	color: #ffeb3b;
	margin-right: 10px;
	font-size: 26px;
	font-family: 'FontAwesome';
	content: "\f095";
}

.widget-text-link {
	margin-top: 30px;
}

.widget-text-link a {
	letter-spacing: 3px;
}

.sidebar-wrap .widget-search {
	margin-top: 30px;
}

.sidebar-wrap .widget-search form {
	position: relative;
}

.sidebar-wrap .widget-search input {
	line-height: 50px;
	background-color: #f2f3f5;
	padding: 15px 45px;
	position: relative;
	margin-bottom: 0px;
}

.sidebar-wrap .widget-search input::placeholder {
	color: #1b1f2e;
}

.sidebar-wrap .widget-search button {
	position: absolute;
	top: 40%;
	right: 50px;
    padding: 0;
	color: #1b1f2e;
	background-color: transparent;
}

.flat-our-services.style1 .post .content-post h3,.main-services .post .content-post h3 {
    margin:0;
	padding:0;
	line-height: 30px;
}
.flat-our-services.style1 .post .content-post h3 {
	text-align: center;
}
.main-services .post .content-post h3 {
	text-align: center;
}

.yzlcms_tag_des {
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 70px;
	text-align: center;
}
@media (max-width: 1199px) {
.yzlcms_tag_des {
	margin-bottom: 60px;
}
}
@media (max-width: 767px) {
.yzlcms_tag_des {
	margin-bottom: 40px;
}
}
@media (max-width: 575px) {
.yzlcms_tag_des {
	margin-bottom: 30px;
	font-size: 15px;
}
}

/*video*/
.html_overflow {
    overflow: hidden;
}
.body_overflow {
    height: 100%;
    overflow: hidden;
}
.video-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    display: none;
}
.video-bg.open {
    display: block;
}
.video-play1 {
    width: 640px;
    height: 480px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.video-play-con {
    overflow: hidden;
}
.video-close {
    height: 30px;
    overflow: hidden;
}
.video-close span {
    float: right;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

@media (max-width: 767px) {
.video-play1 {
    width: 80%;
    height: auto;
}
.lbvideo {
    max-width: 100% !important;
    height:auto !important;	
}
}

.main-yzlcms-tag .sidebar-inner .widget {
    margin-bottom: 60px;
}

@media (max-width: 1679px) {
.widget-need-help span {
    font-size: 18px;
}
.widget-need-help span:before {
    font-size: 18px;
}
}

@media (max-width: 1399px) {
.main-blog-single .post .content-post h1 {
    font-size: 18px;
    line-height: 32px;
}
.flat-projects .project-inner .project-title h2 a {
    font-size: 28px;
}	

}

@media (max-width: 1199px) {
.flat-video .wrap-video span {
    font-size: 32px;
    line-height: 50px;
}	
.flat-projects.style1 .project-inner {
    width: 50%;
}
.main-services .post .content-post a {
    font-size: 18px;
}
.sidebar-wrap .widget-search input {
    padding: 15px 20px;
}
.sidebar-wrap .widget-search button {
    right: 25px;
}
.widget-need-help {
    padding: 25px 20px;
}
.widget-need-help span {
    font-size: 16px;
}
.widget-need-help span:before {
    font-size: 16px;
}
.flat-latest .post .content-post {
    padding: 20px 25px;
}
.main-blog-post .post .content-post {
    padding: 20px 25px;
}
.flat-row span {
    font-size: 26px;
}
.imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title a {
    font-size: 18px;
}
}

@media (max-width: 991px) {
.flat-projects .project-inner .project-title h2 a {
    font-size: 26px;
}	
.flat-row.style2 {
    padding: 60px 0;
}
.main-services-details .post-inner .featured-post {
    width: 100%;
}
.main-services-details .post-inner.style2 .content-post {
    float: left;
    width: 100%;
	margin-top:30px;
}
.project-inner .project-image .overlay {
    background: rgb(0,0,0,0.5);
}
.flat-projects .project-inner .project-title {
    top: 30px;
}

}

@media (max-width: 767px) {
.main-blog-post, .main-blog-list-small, .main-project-grid, .main-project-details, .main-project-fullwidth, .main-services, .flat-client, .main-services-details, .flat-testimonials, .flat-team, .flat-row.style2, .main-about .flat-company .flat-carousel-box, .flat-section-2, .flat-advice, .flat-our-services.style1, .flat-section, .flat-feedback.style2, .flat-new-letter, .main-home1 .flat-company .flat-carousel-box, .main-home2 .flat-company .flat-carousel-box {
    padding: 40px 0;
}
.flat-projects .project-inner .project-title h2 a {
    font-size: 20px;
}	
.flat-row p {
    font-size: 18px;
}
.flat-row span {
    font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
}
.flat-row button, .flat-row .themesflat-btn {
    margin-top: 20px;
	padding: 10px 40px;
}
.main-services .post .content-post a {
    font-size: 16px;
	line-height: 26px;
}
.main-blog-single {
    padding: 40px 0;
}
.imageyzlcon-item .imageyzlcon.style1 .imageyzlcon-title a {
    font-size: 16px;
}
.main-services-details .post-wrap .content-post h1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.yzlcms-footer.style1 .widget-menu h2 {
    font-size: 20px;
}
.main-yzlcms-tag .sidebar-inner .widget {
    margin-bottom: 40px;
}
}

@media (max-width: 575px) {
.top-bar .top-bar-search .widget-search input {
    width: 100%;
	margin-top: 5px;
}
.main-blog-post, .main-blog-list-small, .main-project-grid, .main-project-details, .main-project-fullwidth, .main-services, .flat-client, .main-services-details, .flat-testimonials, .flat-team, .flat-row.style2, .main-about .flat-company .flat-carousel-box, .flat-section-2, .flat-advice, .flat-our-services.style1, .flat-section, .flat-feedback.style2, .flat-new-letter, .main-home1 .flat-company .flat-carousel-box, .main-home2 .flat-company .flat-carousel-box {
    padding: 30px 0;
}
.flat-welcome {
    padding: 30px 0;
}
.flat-latest {
    padding: 30px 0;
}
.main-blog-single {
    padding: 30px 0;
}
.flat-our-services.style1 .post {
    margin-top: 30px;
}
#mainnav-mobi ul.menu {
    height: calc(100vh - 158px);
}
.flat-our-services.style1 .post .content-post a {
    font-size: 16px;
    padding: 10px;
}
.video-yzlcon span.popup-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.flat-video {
    padding: 220px 0 80px;
}
.video-yzlcon span.popup-video {
    top: -80px;
}
.flat-video .wrap-video span {
    font-size: 24px;
    line-height: 36px;
}
.flat-projects .project-inner .project-bottom, .flat-projects .project-inner .project-title {
    padding: 0 20px;
}
.flat-projects .project-inner .project-title h2 a {
    font-size: 18px;
}
.flat-projects .project-inner .project-bottom {
    bottom: 10px;
}
.main-services .post .content-post a {
    font-size: 16px;
    padding: 10px;
}
.main-blog-single .post .content-post h1 {
    font-size: 16px;
    line-height: 26px;
}
.meta-post-shared ul li {
    margin-right: 0px;
    width: 100%;
    font-size: 14px;
}
.meta-post-shared ul li i {
	width: 18px;
	text-align: center;
}
.main-services-details .post-inner ul.infomation li {
    font-size: 15px;
}
.flat-latest .post .content-post h3 a {
    white-space: normal;
	overflow: auto;
	text-overflow: inherit;
}
.main-blog-post .post .content-post h3 a {
    white-space: normal;
	overflow: auto;
	text-overflow: inherit;
}
.main-yzlcms-tag .sidebar-inner .widget {
    margin-bottom: 30px;
}
}

.yzlcms-near {
	margin-top:20px;
}

.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 20px;
	bottom: 220px;
	color: #333333;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #55cf79;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #55cf79 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #55cf79 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #55cf79 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
	line-height: normal;
    font-size: 0px;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item a:hover p {
	color: #119146;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
	margin-bottom: 0px;
}
.yzlcms_links {
	text-align: center;
}
.yzlcms_links span,.yzlcms_links a {
	display: inline-block;
	padding: 3px 3px;
	color:#cbcaca;
}
.yzlcms_links a:hover {
	color: #119146;
}
.yzlcms_links .yzlcms_wrap {
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	text-align: left;
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    _float: left;
	font-weight: 300;
	display: inline-block;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	_font-size: 14px;
    _line-height: 26px;
    color: #333333;
}
.yzlcms_links .links_list ul li a:hover {
    color: #119146;
}
@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
}

.yzlcms_page { width: 100%;text-align:center;margin: 40px 0 0 0;font-weight: 300;}
.yzlcms_page ul li { display:inline-block;font-size: 16px; line-height: 32px; border: 1px solid #d0cfcf; margin: 0 5px 5px 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#119146; border: 1px solid #119146;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:3px 15px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}

@media (max-width:1199px) {
.yzlcms_page { margin: 30px 0 0 0;}
}

@media (max-width:767px) {
.yzlcms_page { margin: 20px 0 0 0;}
.yzlcms_page ul li a, .yzlcms_page ul li span {
    padding: 0px 10px;
}
}
@media (max-width:575px) {
.yzlcms_page { margin: 10px 0 0 0;}
}

.showtitle {
    font-size: 20px;
	color: #181819;
    border-bottom: 2px solid #e7eaee;
    padding-bottom: 15px;
    margin-bottom: 15px;
	margin-top: 30px;
    font-weight: bolder;
}
.showcon { font-size:15px;line-height: 1.8;color: #666d81;}
.showcon p { font-size:15px;line-height: 1.8;color: #666d81;margin-bottom:10px;}
.showcon img { max-width:100% !important; height:auto !important;}

@media (max-width:767px) {
.showcon { font-size:16px;}
.showcon p { font-size:16px;margin-bottom:10px;}
}

.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon video {
    max-width: 100% !important;
    height:auto !important;
}
.showcon iframe {
    max-width: 100% !important;
    height:auto !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}

